Interface AutoTuneStatus.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AutoTuneStatus.Builder,AutoTuneStatus>
,SdkBuilder<AutoTuneStatus.Builder,AutoTuneStatus>
,SdkPojo
- Enclosing class:
- AutoTuneStatus
public static interface AutoTuneStatus.Builder extends SdkPojo, CopyableBuilder<AutoTuneStatus.Builder,AutoTuneStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoTuneStatus.Builder
creationDate(Instant creationDate)
Timestamp which tells Auto-Tune options creation date .AutoTuneStatus.Builder
errorMessage(String errorMessage)
Specifies the error message while enabling or disabling the Auto-Tune options.AutoTuneStatus.Builder
pendingDeletion(Boolean pendingDeletion)
Indicates whether the Elasticsearch domain is being deleted.AutoTuneStatus.Builder
state(String state)
Specifies theAutoTuneState
for the Elasticsearch domain.AutoTuneStatus.Builder
state(AutoTuneState state)
Specifies theAutoTuneState
for the Elasticsearch domain.AutoTuneStatus.Builder
updateDate(Instant updateDate)
Timestamp which tells Auto-Tune options last updated time.AutoTuneStatus.Builder
updateVersion(Integer updateVersion)
Specifies the Auto-Tune options latest version.-
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, sdkFields
-
-
-
-
Method Detail
-
creationDate
AutoTuneStatus.Builder creationDate(Instant creationDate)
Timestamp which tells Auto-Tune options creation date .
- Parameters:
creationDate
- Timestamp which tells Auto-Tune options creation date .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateDate
AutoTuneStatus.Builder updateDate(Instant updateDate)
Timestamp which tells Auto-Tune options last updated time.
- Parameters:
updateDate
- Timestamp which tells Auto-Tune options last updated time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateVersion
AutoTuneStatus.Builder updateVersion(Integer updateVersion)
Specifies the Auto-Tune options latest version.
- Parameters:
updateVersion
- Specifies the Auto-Tune options latest version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
AutoTuneStatus.Builder state(String state)
Specifies the
AutoTuneState
for the Elasticsearch domain.- Parameters:
state
- Specifies theAutoTuneState
for the Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoTuneState
,AutoTuneState
-
state
AutoTuneStatus.Builder state(AutoTuneState state)
Specifies the
AutoTuneState
for the Elasticsearch domain.- Parameters:
state
- Specifies theAutoTuneState
for the Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoTuneState
,AutoTuneState
-
errorMessage
AutoTuneStatus.Builder errorMessage(String errorMessage)
Specifies the error message while enabling or disabling the Auto-Tune options.
- Parameters:
errorMessage
- Specifies the error message while enabling or disabling the Auto-Tune options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingDeletion
AutoTuneStatus.Builder pendingDeletion(Boolean pendingDeletion)
Indicates whether the Elasticsearch domain is being deleted.
- Parameters:
pendingDeletion
- Indicates whether the Elasticsearch domain is being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-