Class CfnACL.Builder
java.lang.Object
software.amazon.awscdk.services.memorydb.CfnACL.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnACL>
- Enclosing class:
CfnACL
@Stability(Stable)
public static final class CfnACL.Builder
extends Object
implements software.amazon.jsii.Builder<CfnACL>
A fluent builder for
CfnACL
.-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Access Control List.build()
static CfnACL.Builder
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
@Stability(Stable) public static CfnACL.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnACL.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
-