Interface ElasticsearchVersionStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ElasticsearchVersionStatus.Builder,ElasticsearchVersionStatus>, SdkBuilder<ElasticsearchVersionStatus.Builder,ElasticsearchVersionStatus>, SdkPojo
Enclosing class:
ElasticsearchVersionStatus

public static interface ElasticsearchVersionStatus.Builder extends SdkPojo, CopyableBuilder<ElasticsearchVersionStatus.Builder,ElasticsearchVersionStatus>
  • Method Details

    • options

      Specifies the Elasticsearch version for the specified Elasticsearch domain.

      Parameters:
      options - Specifies the Elasticsearch version for the specified Elasticsearch domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.

      Parameters:
      status - Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.

      This is a convenience method that creates an instance of the OptionStatus.Builder avoiding the need to create one manually via OptionStatus.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to status(OptionStatus).

      Parameters:
      status - a consumer that will call methods on OptionStatus.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: