public static interface CloudWatchLogGroupLogDestination.Builder extends SdkPojo, CopyableBuilder<CloudWatchLogGroupLogDestination.Builder,CloudWatchLogGroupLogDestination>
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogGroupLogDestination.Builder |
cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
|
CloudWatchLogGroupLogDestination.Builder |
logPrefix(String logPrefix)
The prefix of the log stream name within the log group that you specified
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCloudWatchLogGroupLogDestination.Builder cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
cloudWatchLogGroupArn - The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.CloudWatchLogGroupLogDestination.Builder logPrefix(String logPrefix)
The prefix of the log stream name within the log group that you specified
logPrefix - The prefix of the log stream name within the log group that you specifiedCopyright © 2021. All rights reserved.