Interface LogPublishingOptionsStatus.Builder

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

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

    • optionsWithStrings

      The log publishing options configured for the Elasticsearch domain.

      Parameters:
      options - The log publishing options configured for the Elasticsearch domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • options

      The log publishing options configured for the Elasticsearch domain.

      Parameters:
      options - The log publishing options configured for the Elasticsearch domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the log publishing options for the Elasticsearch domain. See OptionStatus for the status information that's included.

      Parameters:
      status - The status of the log publishing options for the Elasticsearch domain. See OptionStatus for the status information that's included.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the log publishing options for the Elasticsearch domain. See OptionStatus for the status information that's included.

      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: