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