Interface OptionStatus.Builder

    • 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 the OptionState 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 the OptionState 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.