Package com.oracle.bmc.core.model
Class ShapeSecureBootOptions.Builder
- java.lang.Object
- 
- com.oracle.bmc.core.model.ShapeSecureBootOptions.Builder
 
- 
- Enclosing class:
- ShapeSecureBootOptions
 
 public static class ShapeSecureBootOptions.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ShapeSecureBootOptions.BuilderallowedValues(List<Boolean> allowedValues)Boolean values that indicate whether Secure Boot can be enabled or disabled.ShapeSecureBootOptionsbuild()ShapeSecureBootOptions.Buildercopy(ShapeSecureBootOptions model)ShapeSecureBootOptions.BuilderisDefaultEnabled(Boolean isDefaultEnabled)Whether Secure Boot is enabled by default.
 
- 
- 
- 
Method Detail- 
allowedValuespublic ShapeSecureBootOptions.Builder allowedValues(List<Boolean> allowedValues) Boolean values that indicate whether Secure Boot can be enabled or disabled.- Parameters:
- allowedValues- the value to set
- Returns:
- this builder
 
 - 
isDefaultEnabledpublic ShapeSecureBootOptions.Builder isDefaultEnabled(Boolean isDefaultEnabled) Whether Secure Boot is enabled by default.- Parameters:
- isDefaultEnabled- the value to set
- Returns:
- this builder
 
 - 
buildpublic ShapeSecureBootOptions build() 
 - 
copypublic ShapeSecureBootOptions.Builder copy(ShapeSecureBootOptions model) 
 
- 
 
-