Interface CloudWatchLogGroupLogDestination.Builder

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

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

    • 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

      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.