Interface OptionStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OptionStatus.Builder,OptionStatus>,SdkBuilder<OptionStatus.Builder,OptionStatus>,SdkPojo
- Enclosing class:
- OptionStatus
public static interface OptionStatus.Builder extends SdkPojo, CopyableBuilder<OptionStatus.Builder,OptionStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OptionStatus.BuildercreationDate(Instant creationDate)Timestamp which tells the creation date for the entity.OptionStatus.BuilderpendingDeletion(Boolean pendingDeletion)Indicates whether the Elasticsearch domain is being deleted.OptionStatus.Builderstate(String state)Provides theOptionStatefor the Elasticsearch domain.OptionStatus.Builderstate(OptionState state)Provides theOptionStatefor the Elasticsearch domain.OptionStatus.BuilderupdateDate(Instant updateDate)Timestamp which tells the last updated time for the entity.OptionStatus.BuilderupdateVersion(Integer updateVersion)Specifies the latest version for the entity.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
creationDate
OptionStatus.Builder creationDate(Instant creationDate)
Timestamp which tells the creation date for the entity.
- Parameters:
creationDate- Timestamp which tells the creation date for the entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateDate
OptionStatus.Builder updateDate(Instant updateDate)
Timestamp which tells the last updated time for the entity.
- Parameters:
updateDate- Timestamp which tells the last updated time for the entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateVersion
OptionStatus.Builder updateVersion(Integer updateVersion)
Specifies the latest version for the entity.
- Parameters:
updateVersion- Specifies the latest version for the entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
OptionStatus.Builder state(String state)
Provides the
OptionStatefor the Elasticsearch domain.- Parameters:
state- Provides theOptionStatefor the Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OptionState,OptionState
-
state
OptionStatus.Builder state(OptionState state)
Provides the
OptionStatefor the Elasticsearch domain.- Parameters:
state- Provides theOptionStatefor the Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OptionState,OptionState
-
pendingDeletion
OptionStatus.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.
-
-