Interface ExadataIormConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExadataIormConfig.Builder,
,ExadataIormConfig> SdkBuilder<ExadataIormConfig.Builder,
,ExadataIormConfig> SdkPojo
- Enclosing class:
ExadataIormConfig
@Mutable
@NotThreadSafe
public static interface ExadataIormConfig.Builder
extends SdkPojo, CopyableBuilder<ExadataIormConfig.Builder,ExadataIormConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondbPlans
(Collection<DbIormConfig> dbPlans) An array of IORM settings for all the database in the Exadata DB system.dbPlans
(Consumer<DbIormConfig.Builder>... dbPlans) An array of IORM settings for all the database in the Exadata DB system.dbPlans
(DbIormConfig... dbPlans) An array of IORM settings for all the database in the Exadata DB system.lifecycleDetails
(String lifecycleDetails) Additional information about the current lifecycleState.lifecycleState
(String lifecycleState) The current state of IORM configuration for the Exadata DB system.lifecycleState
(IormLifecycleState lifecycleState) The current state of IORM configuration for the Exadata DB system.The current value for the IORM objective.The current value for the IORM objective.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dbPlans
An array of IORM settings for all the database in the Exadata DB system.
- Parameters:
dbPlans
- An array of IORM settings for all the database in the Exadata DB system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbPlans
An array of IORM settings for all the database in the Exadata DB system.
- Parameters:
dbPlans
- An array of IORM settings for all the database in the Exadata DB system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbPlans
An array of IORM settings for all the database in the Exadata DB system.
This is a convenience method that creates an instance of theDbIormConfig.Builder
avoiding the need to create one manually viaDbIormConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todbPlans(List<DbIormConfig>)
.- Parameters:
dbPlans
- a consumer that will call methods onDbIormConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lifecycleDetails
Additional information about the current lifecycleState.
- Parameters:
lifecycleDetails
- Additional information about the current lifecycleState.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifecycleState
The current state of IORM configuration for the Exadata DB system.
- Parameters:
lifecycleState
- The current state of IORM configuration for the Exadata DB system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lifecycleState
The current state of IORM configuration for the Exadata DB system.
- Parameters:
lifecycleState
- The current state of IORM configuration for the Exadata DB system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
objective
The current value for the IORM objective. The default is AUTO.
- Parameters:
objective
- The current value for the IORM objective. The default is AUTO.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
objective
The current value for the IORM objective. The default is AUTO.
- Parameters:
objective
- The current value for the IORM objective. The default is AUTO.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-