@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 default log level.Valid Values: `DEBUG | INFO | ERROR | WARN | DISABLED`. This parameter is required.this@Stability(value=Stable) public CfnResourceSpecificLoggingProps.Builder targetName(String targetName)
CfnResourceSpecificLoggingProps.getTargetName()targetName - The target name. This parameter is required.this@Stability(value=Stable) public CfnResourceSpecificLoggingProps.Builder targetType(String targetType)
CfnResourceSpecificLoggingProps.getTargetType()targetType - The target type. This parameter is required.
Valid Values: DEFAULT | THING_GROUPthis@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.