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
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- 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
-
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
-
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
-
build
-