Class CfnResourceSpecificLoggingPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnResourceSpecificLoggingPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResourceSpecificLoggingPropsMixin>
- Enclosing class:
CfnResourceSpecificLoggingPropsMixin
@Stability(Stable)
public static final class CfnResourceSpecificLoggingPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResourceSpecificLoggingPropsMixin>
A fluent builder for
CfnResourceSpecificLoggingPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The default log level.Valid Values:DEBUG | INFO | ERROR | WARN | DISABLED.targetName(String targetName) The target name.targetType(String targetType) The target type.
-
Method Details
-
create
@Stability(Stable) public static CfnResourceSpecificLoggingPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnResourceSpecificLoggingPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnResourceSpecificLoggingPropsMixin.Builder.
-
logLevel
The default log level.Valid Values:DEBUG | INFO | ERROR | WARN | DISABLED.- Parameters:
logLevel- The default log level.Valid Values:DEBUG | INFO | ERROR | WARN | DISABLED. This parameter is required.- Returns:
this- See Also:
-
targetName
@Stability(Stable) public CfnResourceSpecificLoggingPropsMixin.Builder targetName(String targetName) The target name.- Parameters:
targetName- The target name. This parameter is required.- Returns:
this- See Also:
-
targetType
@Stability(Stable) public CfnResourceSpecificLoggingPropsMixin.Builder targetType(String targetType) The target type.Valid Values:
DEFAULT | THING_GROUP- Parameters:
targetType- The target type. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResourceSpecificLoggingPropsMixin>- Returns:
- a newly built instance of
CfnResourceSpecificLoggingPropsMixin.
-