Class CfnACLPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.memorydb.CfnACLPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnACLPropsMixin>
- Enclosing class:
CfnACLPropsMixin
@Stability(Stable)
public static final class CfnACLPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnACLPropsMixin>
A fluent builder for
CfnACLPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Access Control List.build()static CfnACLPropsMixin.Buildercreate()static CfnACLPropsMixin.Buildercreate(CfnPropertyMixinOptions options) An array of key-value pairs to apply to this resource.The list of users that belong to the Access Control List.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnACLPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnACLPropsMixin.Builder.
-
aclName
The name of the Access Control List.- Parameters:
aclName- The name of the Access Control List. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
userNames
The list of users that belong to the Access Control List.- Parameters:
userNames- The list of users that belong to the Access Control List. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnACLPropsMixin>- Returns:
- a newly built instance of
CfnACLPropsMixin.
-