Interface CloudWatchLoggingOptionDescription.Builder

    • Method Detail

      • cloudWatchLoggingOptionId

        CloudWatchLoggingOptionDescription.Builder cloudWatchLoggingOptionId​(String cloudWatchLoggingOptionId)

        The ID of the CloudWatch logging option description.

        Parameters:
        cloudWatchLoggingOptionId - The ID of the CloudWatch logging option description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logStreamARN

        CloudWatchLoggingOptionDescription.Builder logStreamARN​(String logStreamARN)

        The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.

        Parameters:
        logStreamARN - The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleARN

        CloudWatchLoggingOptionDescription.Builder roleARN​(String roleARN)

        The IAM ARN of the role to use to send application messages.

        Provided for backward compatibility. Applications created with the current API version have an application-level service execution role rather than a resource-level role.

        Parameters:
        roleARN - The IAM ARN of the role to use to send application messages.

        Provided for backward compatibility. Applications created with the current API version have an application-level service execution role rather than a resource-level role.

        Returns:
        Returns a reference to this object so that method calls can be chained together.