Interface AutoTuneStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutoTuneStatus.Builder,
,AutoTuneStatus> SdkBuilder<AutoTuneStatus.Builder,
,AutoTuneStatus> SdkPojo
- Enclosing class:
AutoTuneStatus
@Mutable
@NotThreadSafe
public static interface AutoTuneStatus.Builder
extends SdkPojo, CopyableBuilder<AutoTuneStatus.Builder,AutoTuneStatus>
-
Method Summary
Modifier and TypeMethodDescriptioncreationDate
(Instant creationDate) Date and time when Auto-Tune was enabled for the domain.errorMessage
(String errorMessage) Any errors that occurred while enabling or disabling Auto-Tune.pendingDeletion
(Boolean pendingDeletion) Indicates whether the domain is being deleted.The current state of Auto-Tune on the domain.state
(AutoTuneState state) The current state of Auto-Tune on the domain.updateDate
(Instant updateDate) Date and time when the Auto-Tune options were last updated for the domain.updateVersion
(Integer updateVersion) The latest version of the Auto-Tune options.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
-
creationDate
Date and time when Auto-Tune was enabled for the domain.
- Parameters:
creationDate
- Date and time when Auto-Tune was enabled for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateDate
Date and time when the Auto-Tune options were last updated for the domain.
- Parameters:
updateDate
- Date and time when the Auto-Tune options were last updated for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateVersion
The latest version of the Auto-Tune options.
- Parameters:
updateVersion
- The latest version of the Auto-Tune options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The current state of Auto-Tune on the domain.
- Parameters:
state
- The current state of Auto-Tune on the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state of Auto-Tune on the domain.
- Parameters:
state
- The current state of Auto-Tune on the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorMessage
Any errors that occurred while enabling or disabling Auto-Tune.
- Parameters:
errorMessage
- Any errors that occurred while enabling or disabling Auto-Tune.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingDeletion
Indicates whether the domain is being deleted.
- Parameters:
pendingDeletion
- Indicates whether the domain is being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-