Interface LogPublishingOptionsStatus.Builder

    • Method Detail

      • optionsWithStrings

        LogPublishingOptionsStatus.Builder optionsWithStrings​(Map<String,​LogPublishingOption> 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.
      • options

        LogPublishingOptionsStatus.Builder options​(Map<LogType,​LogPublishingOption> 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

        LogPublishingOptionsStatus.Builder status​(OptionStatus 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.