@Stability(value=Stable) public static final class CfnDomain.LogPublishingOptionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDomain.LogPublishingOptionProperty>
CfnDomain.LogPublishingOptionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDomain.LogPublishingOptionProperty |
build()
Builds the configured instance.
|
CfnDomain.LogPublishingOptionProperty.Builder |
cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
Sets the value of
CfnDomain.LogPublishingOptionProperty.getCloudWatchLogsLogGroupArn() |
CfnDomain.LogPublishingOptionProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnDomain.LogPublishingOptionProperty.getEnabled() |
CfnDomain.LogPublishingOptionProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnDomain.LogPublishingOptionProperty.getEnabled() |
@Stability(value=Stable) public CfnDomain.LogPublishingOptionProperty.Builder cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
CfnDomain.LogPublishingOptionProperty.getCloudWatchLogsLogGroupArn()cloudWatchLogsLogGroupArn - Specifies the CloudWatch log group to publish to.
Required if you enable log publishing for the domain.this@Stability(value=Stable) public CfnDomain.LogPublishingOptionProperty.Builder enabled(Boolean enabled)
CfnDomain.LogPublishingOptionProperty.getEnabled()enabled - If `true` , enables the publishing of logs to CloudWatch.
Default: false .this@Stability(value=Stable) public CfnDomain.LogPublishingOptionProperty.Builder enabled(IResolvable enabled)
CfnDomain.LogPublishingOptionProperty.getEnabled()enabled - If `true` , enables the publishing of logs to CloudWatch.
Default: false .this@Stability(value=Stable) public CfnDomain.LogPublishingOptionProperty build()
build in interface software.amazon.jsii.Builder<CfnDomain.LogPublishingOptionProperty>CfnDomain.LogPublishingOptionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.