@Stability(value=Stable) public static final class CfnLoggingProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLoggingProps>
CfnLoggingProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLoggingProps.Builder |
accountId(String accountId)
Sets the value of
CfnLoggingProps.getAccountId() |
CfnLoggingProps |
build()
Builds the configured instance.
|
CfnLoggingProps.Builder |
defaultLogLevel(String defaultLogLevel)
Sets the value of
CfnLoggingProps.getDefaultLogLevel() |
CfnLoggingProps.Builder |
roleArn(String roleArn)
Sets the value of
CfnLoggingProps.getRoleArn() |
@Stability(value=Stable) public CfnLoggingProps.Builder accountId(String accountId)
CfnLoggingProps.getAccountId()accountId - The account ID. This parameter is required.this@Stability(value=Stable) public CfnLoggingProps.Builder defaultLogLevel(String defaultLogLevel)
CfnLoggingProps.getDefaultLogLevel()defaultLogLevel - The default log level. This parameter is required.
Valid Values: DEBUG | INFO | ERROR | WARN | DISABLEDthis@Stability(value=Stable) public CfnLoggingProps.Builder roleArn(String roleArn)
CfnLoggingProps.getRoleArn()roleArn - The role ARN used for the log. This parameter is required.this@Stability(value=Stable) public CfnLoggingProps build()
build in interface software.amazon.jsii.Builder<CfnLoggingProps>CfnLoggingPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.