public static interface AutoTuneStatus.Builder extends SdkPojo, CopyableBuilder<AutoTuneStatus.Builder,AutoTuneStatus>
| Modifier and Type | Method and Description |
|---|---|
AutoTuneStatus.Builder |
creationDate(Instant creationDate)
Date and time when Auto-Tune was enabled for the domain.
|
AutoTuneStatus.Builder |
errorMessage(String errorMessage)
Any errors that occurred while enabling or disabling Auto-Tune.
|
AutoTuneStatus.Builder |
pendingDeletion(Boolean pendingDeletion)
Indicates whether the domain is being deleted.
|
AutoTuneStatus.Builder |
state(AutoTuneState state)
The current state of Auto-Tune on the domain.
|
AutoTuneStatus.Builder |
state(String state)
The current state of Auto-Tune on the domain.
|
AutoTuneStatus.Builder |
updateDate(Instant updateDate)
Date and time when the Auto-Tune options were last updated for the domain.
|
AutoTuneStatus.Builder |
updateVersion(Integer updateVersion)
The latest version of the Auto-Tune options.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoTuneStatus.Builder creationDate(Instant creationDate)
Date and time when Auto-Tune was enabled for the domain.
creationDate - Date and time when Auto-Tune was enabled for the domain.AutoTuneStatus.Builder updateDate(Instant updateDate)
Date and time when the Auto-Tune options were last updated for the domain.
updateDate - Date and time when the Auto-Tune options were last updated for the domain.AutoTuneStatus.Builder updateVersion(Integer updateVersion)
The latest version of the Auto-Tune options.
updateVersion - The latest version of the Auto-Tune options.AutoTuneStatus.Builder state(String state)
The current state of Auto-Tune on the domain.
state - The current state of Auto-Tune on the domain.AutoTuneState,
AutoTuneStateAutoTuneStatus.Builder state(AutoTuneState state)
The current state of Auto-Tune on the domain.
state - The current state of Auto-Tune on the domain.AutoTuneState,
AutoTuneStateAutoTuneStatus.Builder errorMessage(String errorMessage)
Any errors that occurred while enabling or disabling Auto-Tune.
errorMessage - Any errors that occurred while enabling or disabling Auto-Tune.AutoTuneStatus.Builder pendingDeletion(Boolean pendingDeletion)
Indicates whether the domain is being deleted.
pendingDeletion - Indicates whether the domain is being deleted.Copyright © 2022. All rights reserved.