Interface CloudWatchLogGroupLogDestination.Builder

    • Method Detail

      • cloudWatchLogGroupArn

        CloudWatchLogGroupLogDestination.Builder cloudWatchLogGroupArn​(String cloudWatchLogGroupArn)

        The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.

        Parameters:
        cloudWatchLogGroupArn - The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logPrefix

        CloudWatchLogGroupLogDestination.Builder logPrefix​(String logPrefix)

        The prefix of the log stream name within the log group that you specified

        Parameters:
        logPrefix - The prefix of the log stream name within the log group that you specified
        Returns:
        Returns a reference to this object so that method calls can be chained together.