public static final class CfnTypeActivation.LoggingConfigProperty.Builder
extends java.lang.Object
CfnTypeActivation.LoggingConfigProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnTypeActivation.LoggingConfigProperty |
build()
Builds the configured instance.
|
CfnTypeActivation.LoggingConfigProperty.Builder |
logGroupName(java.lang.String logGroupName)
Sets the value of
CfnTypeActivation.LoggingConfigProperty.getLogGroupName() |
CfnTypeActivation.LoggingConfigProperty.Builder |
logRoleArn(java.lang.String logRoleArn)
Sets the value of
CfnTypeActivation.LoggingConfigProperty.getLogRoleArn() |
public CfnTypeActivation.LoggingConfigProperty.Builder logGroupName(java.lang.String logGroupName)
CfnTypeActivation.LoggingConfigProperty.getLogGroupName()
logGroupName
- The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.this
public CfnTypeActivation.LoggingConfigProperty.Builder logRoleArn(java.lang.String logRoleArn)
CfnTypeActivation.LoggingConfigProperty.getLogRoleArn()
logRoleArn
- The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.this
public CfnTypeActivation.LoggingConfigProperty build()
CfnTypeActivation.LoggingConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided