CopyableBuilder<OptionStatus.Builder,OptionStatus>
, SdkBuilder<OptionStatus.Builder,OptionStatus>
public static interface OptionStatus.Builder extends CopyableBuilder<OptionStatus.Builder,OptionStatus>
Modifier and Type | Method | Description |
---|---|---|
OptionStatus.Builder |
creationDate(Date 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(String state) |
Provides the
OptionState for the Elasticsearch domain. |
OptionStatus.Builder |
state(OptionState state) |
Provides the
OptionState for the Elasticsearch domain. |
OptionStatus.Builder |
updateDate(Date updateDate) |
Timestamp which tells the last updated time for the entity.
|
OptionStatus.Builder |
updateVersion(Integer updateVersion) |
Specifies the latest version for the entity.
|
copy
apply, build
OptionStatus.Builder creationDate(Date creationDate)
Timestamp which tells the creation date for the entity.
creationDate
- Timestamp which tells the creation date for the entity.OptionStatus.Builder updateDate(Date 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
OptionStatus.Builder state(OptionState state)
Provides the OptionState
for the Elasticsearch domain.
state
- Provides the OptionState
for the Elasticsearch domain.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.