@Stability(value=Stable) public static final class CfnBot.CloudWatchLogGroupLogDestinationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.CloudWatchLogGroupLogDestinationProperty>
CfnBot.CloudWatchLogGroupLogDestinationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.CloudWatchLogGroupLogDestinationProperty |
build()
Builds the configured instance.
|
CfnBot.CloudWatchLogGroupLogDestinationProperty.Builder |
cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
|
CfnBot.CloudWatchLogGroupLogDestinationProperty.Builder |
logPrefix(String logPrefix)
Sets the value of
CfnBot.CloudWatchLogGroupLogDestinationProperty.getLogPrefix() |
@Stability(value=Stable) public CfnBot.CloudWatchLogGroupLogDestinationProperty.Builder cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
cloudWatchLogGroupArn - Specifies the Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered. This parameter is required.this@Stability(value=Stable) public CfnBot.CloudWatchLogGroupLogDestinationProperty.Builder logPrefix(String logPrefix)
CfnBot.CloudWatchLogGroupLogDestinationProperty.getLogPrefix()logPrefix - Specifies the prefix of the log stream name within the log group that you specified. This parameter is required.this@Stability(value=Stable) public CfnBot.CloudWatchLogGroupLogDestinationProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.CloudWatchLogGroupLogDestinationProperty>CfnBot.CloudWatchLogGroupLogDestinationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.