Package com.oracle.bmc.core.model
Class ShapeTrustedPlatformModuleOptions.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.ShapeTrustedPlatformModuleOptions.Builder
-
- Enclosing class:
- ShapeTrustedPlatformModuleOptions
public static class ShapeTrustedPlatformModuleOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShapeTrustedPlatformModuleOptions.Builder
allowedValues(List<Boolean> allowedValues)
Boolean values that indicate whether the Trusted Platform Module can be enabled or disabled.ShapeTrustedPlatformModuleOptions
build()
ShapeTrustedPlatformModuleOptions.Builder
copy(ShapeTrustedPlatformModuleOptions model)
ShapeTrustedPlatformModuleOptions.Builder
isDefaultEnabled(Boolean isDefaultEnabled)
Whether the Trusted Platform Module is enabled by default.
-
-
-
Method Detail
-
allowedValues
public ShapeTrustedPlatformModuleOptions.Builder allowedValues(List<Boolean> allowedValues)
Boolean values that indicate whether the Trusted Platform Module can be enabled or disabled.- Parameters:
allowedValues
- the value to set- Returns:
- this builder
-
isDefaultEnabled
public ShapeTrustedPlatformModuleOptions.Builder isDefaultEnabled(Boolean isDefaultEnabled)
Whether the Trusted Platform Module is enabled by default.- Parameters:
isDefaultEnabled
- the value to set- Returns:
- this builder
-
build
public ShapeTrustedPlatformModuleOptions build()
-
copy
public ShapeTrustedPlatformModuleOptions.Builder copy(ShapeTrustedPlatformModuleOptions model)
-
-