@Stability(value=Stable) public static final class CfnLogging.Builder extends Object implements software.amazon.jsii.Builder<CfnLogging>
CfnLogging.| Modifier and Type | Method and Description |
|---|---|
CfnLogging.Builder |
accountId(String accountId)
`AWS::IoT::Logging.AccountId`.
|
CfnLogging |
build() |
static CfnLogging.Builder |
create(software.constructs.Construct scope,
String id) |
CfnLogging.Builder |
defaultLogLevel(String defaultLogLevel)
`AWS::IoT::Logging.DefaultLogLevel`.
|
CfnLogging.Builder |
roleArn(String roleArn)
`AWS::IoT::Logging.RoleArn`.
|
@Stability(value=Stable) public static CfnLogging.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnLogging.Builder.@Stability(value=Stable) public CfnLogging.Builder accountId(String accountId)
accountId - `AWS::IoT::Logging.AccountId`. This parameter is required.this@Stability(value=Stable) public CfnLogging.Builder defaultLogLevel(String defaultLogLevel)
defaultLogLevel - `AWS::IoT::Logging.DefaultLogLevel`. This parameter is required.this@Stability(value=Stable) public CfnLogging.Builder roleArn(String roleArn)
roleArn - `AWS::IoT::Logging.RoleArn`. This parameter is required.this@Stability(value=Stable) public CfnLogging build()
build in interface software.amazon.jsii.Builder<CfnLogging>Copyright © 2021. All rights reserved.