Package com.oracle.bmc.core.model
Class ShapeVirtualInstructionsEnabledPlatformOptions.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.ShapeVirtualInstructionsEnabledPlatformOptions.Builder
-
- Enclosing class:
- ShapeVirtualInstructionsEnabledPlatformOptions
public static class ShapeVirtualInstructionsEnabledPlatformOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShapeVirtualInstructionsEnabledPlatformOptions.Builder
allowedValues(List<Boolean> allowedValues)
Whether virtualization instructions can be enabled.ShapeVirtualInstructionsEnabledPlatformOptions
build()
ShapeVirtualInstructionsEnabledPlatformOptions.Builder
copy(ShapeVirtualInstructionsEnabledPlatformOptions model)
ShapeVirtualInstructionsEnabledPlatformOptions.Builder
isDefaultEnabled(Boolean isDefaultEnabled)
Whether virtualization instructions are enabled by default.
-
-
-
Method Detail
-
allowedValues
public ShapeVirtualInstructionsEnabledPlatformOptions.Builder allowedValues(List<Boolean> allowedValues)
Whether virtualization instructions can be enabled.- Parameters:
allowedValues
- the value to set- Returns:
- this builder
-
isDefaultEnabled
public ShapeVirtualInstructionsEnabledPlatformOptions.Builder isDefaultEnabled(Boolean isDefaultEnabled)
Whether virtualization instructions are enabled by default.- Parameters:
isDefaultEnabled
- the value to set- Returns:
- this builder
-
build
public ShapeVirtualInstructionsEnabledPlatformOptions build()
-
copy
public ShapeVirtualInstructionsEnabledPlatformOptions.Builder copy(ShapeVirtualInstructionsEnabledPlatformOptions model)
-
-