Interface CloudWatchLogDeliveryOptions.Builder

    • Method Detail

      • logType

        CloudWatchLogDeliveryOptions.Builder logType​(String logType)

        The type of log to send data to Amazon CloudWatch Logs.

        Parameters:
        logType - The type of log to send data to Amazon CloudWatch Logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LogType, LogType
      • logType

        CloudWatchLogDeliveryOptions.Builder logType​(LogType logType)

        The type of log to send data to Amazon CloudWatch Logs.

        Parameters:
        logType - The type of log to send data to Amazon CloudWatch Logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LogType, LogType
      • logGroupName

        CloudWatchLogDeliveryOptions.Builder logGroupName​(String logGroupName)

        The Amazon CloudWatch Logs group the operation sends data to.

        Parameters:
        logGroupName - The Amazon CloudWatch Logs group the operation sends data to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.