Class CfnUserAccessLoggingSettingsPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.CfnUserAccessLoggingSettingsPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserAccessLoggingSettingsPropsMixin>
- Enclosing class:
CfnUserAccessLoggingSettingsPropsMixin
@Stability(Stable)
public static final class CfnUserAccessLoggingSettingsPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserAccessLoggingSettingsPropsMixin>
A fluent builder for
CfnUserAccessLoggingSettingsPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) kinesisStreamArn(String kinesisStreamArn) The ARN of the Kinesis stream.The tags to add to the user access logging settings resource.
-
Method Details
-
create
@Stability(Stable) public static CfnUserAccessLoggingSettingsPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnUserAccessLoggingSettingsPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnUserAccessLoggingSettingsPropsMixin.Builder.
-
kinesisStreamArn
@Stability(Stable) public CfnUserAccessLoggingSettingsPropsMixin.Builder kinesisStreamArn(String kinesisStreamArn) The ARN of the Kinesis stream.- Parameters:
kinesisStreamArn- The ARN of the Kinesis stream. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnUserAccessLoggingSettingsPropsMixin.Builder tags(List<? extends CfnTag> tags) The tags to add to the user access logging settings resource.A tag is a key-value pair.
- Parameters:
tags- The tags to add to the user access logging settings resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserAccessLoggingSettingsPropsMixin>- Returns:
- a newly built instance of
CfnUserAccessLoggingSettingsPropsMixin.
-