@Stability(value=Stable) public static final class CfnResourceVersion.LoggingConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceVersion.LoggingConfigProperty>
CfnResourceVersion.LoggingConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceVersion.LoggingConfigProperty |
build()
Builds the configured instance.
|
CfnResourceVersion.LoggingConfigProperty.Builder |
logGroupName(String logGroupName)
Sets the value of
CfnResourceVersion.LoggingConfigProperty.getLogGroupName() |
CfnResourceVersion.LoggingConfigProperty.Builder |
logRoleArn(String logRoleArn)
Sets the value of
CfnResourceVersion.LoggingConfigProperty.getLogRoleArn() |
@Stability(value=Stable) public CfnResourceVersion.LoggingConfigProperty.Builder logGroupName(String logGroupName)
CfnResourceVersion.LoggingConfigProperty.getLogGroupName()logGroupName - The Amazon CloudWatch log group to which CloudFormation sends error logging information when invoking the type's handlers.this@Stability(value=Stable) public CfnResourceVersion.LoggingConfigProperty.Builder logRoleArn(String logRoleArn)
CfnResourceVersion.LoggingConfigProperty.getLogRoleArn()logRoleArn - The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs.this@Stability(value=Stable) public CfnResourceVersion.LoggingConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnResourceVersion.LoggingConfigProperty>CfnResourceVersion.LoggingConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.