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 Details

    • 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

      Provides the OptionState for the Elasticsearch domain.

      Parameters:
      state - Provides the OptionState for the Elasticsearch domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      Provides the OptionState for the Elasticsearch domain.

      Parameters:
      state - Provides the OptionState for the Elasticsearch domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.