Class ExadataInfrastructureLifecycleStateValues.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.ExadataInfrastructureLifecycleStateValues.Builder
-
- Enclosing class:
- ExadataInfrastructureLifecycleStateValues
public static class ExadataInfrastructureLifecycleStateValues.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExadataInfrastructureLifecycleStateValues
build()
ExadataInfrastructureLifecycleStateValues.Builder
copy(ExadataInfrastructureLifecycleStateValues model)
ExadataInfrastructureLifecycleStateValues.Builder
state(ExadataInfrastructureLifecycleStateValues.State state)
The current lifecycle state of the Exadata infrastructure resource.
-
-
-
Method Detail
-
state
public ExadataInfrastructureLifecycleStateValues.Builder state(ExadataInfrastructureLifecycleStateValues.State state)
The current lifecycle state of the Exadata infrastructure resource.- Parameters:
state
- the value to set- Returns:
- this builder
-
build
public ExadataInfrastructureLifecycleStateValues build()
-
copy
public ExadataInfrastructureLifecycleStateValues.Builder copy(ExadataInfrastructureLifecycleStateValues model)
-
-