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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShapeSecureBootOptions.Builder
allowedValues(List<Boolean> allowedValues)
Boolean values that indicate whether Secure Boot can be enabled or disabled.ShapeSecureBootOptions
build()
ShapeSecureBootOptions.Builder
copy(ShapeSecureBootOptions model)
ShapeSecureBootOptions.Builder
isDefaultEnabled(Boolean isDefaultEnabled)
Whether Secure Boot is enabled by default.
-
-
-
Method Detail
-
allowedValues
public 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
-
isDefaultEnabled
public ShapeSecureBootOptions.Builder isDefaultEnabled(Boolean isDefaultEnabled)
Whether Secure Boot is enabled by default.- Parameters:
isDefaultEnabled
- the value to set- Returns:
- this builder
-
build
public ShapeSecureBootOptions build()
-
copy
public ShapeSecureBootOptions.Builder copy(ShapeSecureBootOptions model)
-
-