public static interface AutoTuneStatus.Builder extends SdkPojo, CopyableBuilder<AutoTuneStatus.Builder,AutoTuneStatus>
| Modifier and Type | Method and 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(AutoTuneState state)
Specifies the
AutoTuneState for the Elasticsearch domain. |
AutoTuneStatus.Builder |
state(String state)
Specifies the
AutoTuneState 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoTuneStatus.Builder creationDate(Instant creationDate)
Timestamp which tells Auto-Tune options creation date .
creationDate - Timestamp which tells Auto-Tune options creation date .AutoTuneStatus.Builder updateDate(Instant updateDate)
Timestamp which tells Auto-Tune options last updated time.
updateDate - Timestamp which tells Auto-Tune options last updated time.AutoTuneStatus.Builder updateVersion(Integer updateVersion)
Specifies the Auto-Tune options latest version.
updateVersion - Specifies the Auto-Tune options latest version.AutoTuneStatus.Builder state(String state)
Specifies the AutoTuneState for the Elasticsearch domain.
state - Specifies the AutoTuneState for the Elasticsearch domain.AutoTuneState,
AutoTuneStateAutoTuneStatus.Builder state(AutoTuneState state)
Specifies the AutoTuneState for the Elasticsearch domain.
state - Specifies the AutoTuneState for the Elasticsearch domain.AutoTuneState,
AutoTuneStateAutoTuneStatus.Builder errorMessage(String errorMessage)
Specifies the error message while enabling or disabling the Auto-Tune options.
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.
pendingDeletion - Indicates whether the Elasticsearch domain is being deleted.Copyright © 2023. All rights reserved.