@Stability(value=Stable) public static final class CfnResourceSpecificLoggingProps.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceSpecificLoggingProps>
CfnResourceSpecificLoggingProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceSpecificLoggingProps |
build()
Builds the configured instance.
|
CfnResourceSpecificLoggingProps.Builder |
logLevel(String logLevel)
Sets the value of
CfnResourceSpecificLoggingProps.getLogLevel() |
CfnResourceSpecificLoggingProps.Builder |
targetName(String targetName)
Sets the value of
CfnResourceSpecificLoggingProps.getTargetName() |
CfnResourceSpecificLoggingProps.Builder |
targetType(String targetType)
Sets the value of
CfnResourceSpecificLoggingProps.getTargetType() |
@Stability(value=Stable) public CfnResourceSpecificLoggingProps.Builder logLevel(String logLevel)
CfnResourceSpecificLoggingProps.getLogLevel()logLevel - The logging level. This parameter is required.
Valid values are DEBUG , INFO , ERROR , WARN , and DISABLED .this@Stability(value=Stable) public CfnResourceSpecificLoggingProps.Builder targetName(String targetName)
CfnResourceSpecificLoggingProps.getTargetName()targetName - The log target name. This parameter is required.this@Stability(value=Stable) public CfnResourceSpecificLoggingProps.Builder targetType(String targetType)
CfnResourceSpecificLoggingProps.getTargetType()targetType - The log target type. This parameter is required.this@Stability(value=Stable) public CfnResourceSpecificLoggingProps build()
build in interface software.amazon.jsii.Builder<CfnResourceSpecificLoggingProps>CfnResourceSpecificLoggingPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.