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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudWatchLogGroupLogDestination.BuildercloudWatchLogGroupArn(String cloudWatchLogGroupArn)The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.CloudWatchLogGroupLogDestination.BuilderlogPrefix(String logPrefix)The prefix of the log stream name within the log group that you specified-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-