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.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(String state)
Provides theOptionState
for the Elasticsearch domain.OptionStatus.Builder
state(OptionState state)
Provides theOptionState
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.-
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, 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
OptionState
for the Elasticsearch domain.- Parameters:
state
- Provides theOptionState
for 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
OptionState
for the Elasticsearch domain.- Parameters:
state
- Provides theOptionState
for 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.
-
-