public static interface OptionStatus.Builder extends SdkPojo, CopyableBuilder<OptionStatus.Builder,OptionStatus>
Modifier and Type | Method and Description |
---|---|
OptionStatus.Builder |
creationDate(Instant creationDate)
Timestamp which tells the creation date for the entity.
|
OptionStatus.Builder |
pendingDeletion(Boolean pendingDeletion)
Indicates whether the Elasticsearch domain is being deleted.
|
OptionStatus.Builder |
state(OptionState state)
Provides the
OptionState for the Elasticsearch domain. |
OptionStatus.Builder |
state(String state)
Provides the
OptionState for the Elasticsearch domain. |
OptionStatus.Builder |
updateDate(Instant updateDate)
Timestamp which tells the last updated time for the entity.
|
OptionStatus.Builder |
updateVersion(Integer updateVersion)
Specifies the latest version for the entity.
|
copy
applyMutation, build
OptionStatus.Builder creationDate(Instant creationDate)
Timestamp which tells the creation date for the entity.
creationDate
- Timestamp which tells the creation date for the entity.OptionStatus.Builder updateDate(Instant updateDate)
Timestamp which tells the last updated time for the entity.
updateDate
- Timestamp which tells the last updated time for the entity.OptionStatus.Builder updateVersion(Integer updateVersion)
Specifies the latest version for the entity.
updateVersion
- Specifies the latest version for the entity.OptionStatus.Builder state(String state)
Provides the OptionState
for the Elasticsearch domain.
state
- Provides the OptionState
for the Elasticsearch domain.OptionState
,
OptionState
OptionStatus.Builder state(OptionState state)
Provides the OptionState
for the Elasticsearch domain.
state
- Provides the OptionState
for the Elasticsearch domain.OptionState
,
OptionState
OptionStatus.Builder pendingDeletion(Boolean pendingDeletion)
Indicates whether the Elasticsearch domain is being deleted.
pendingDeletion
- Indicates whether the Elasticsearch domain is being deleted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.