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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dbPlansAn 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.
 
- 
dbPlansAn 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.
 
- 
dbPlansAn array of IORM settings for all the database in the Exadata DB system. This is a convenience method that creates an instance of theDbIormConfig.Builderavoiding the need to create one manually viaDbIormConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todbPlans(List<DbIormConfig>).- Parameters:
- dbPlans- a consumer that will call methods on- DbIormConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lifecycleDetailsAdditional 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.
 
- 
lifecycleStateThe 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:
 
- 
lifecycleStateThe 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:
 
- 
objectiveThe 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:
 
- 
objectiveThe 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:
 
 
-