Interface AdvancedOptionsStatus.Builder

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

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

    • options

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

      Parameters:
      options - Specifies the status of advanced 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 OptionStatus for advanced options for the specified Elasticsearch domain.

      Parameters:
      status - Specifies the status of OptionStatus for advanced 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 OptionStatus for advanced 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: