Modifier and Type | Method and Description |
---|---|
CfnACL.Builder |
aclName(java.lang.String aclName)
The name of the Access Control List.
|
CfnACL |
build() |
static CfnACL.Builder |
create(Construct scope,
java.lang.String id) |
CfnACL.Builder |
tags(java.util.List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnACL.Builder |
userNames(java.util.List<java.lang.String> userNames)
The list of users that belong to the Access Control List.
|
public static CfnACL.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnACL.Builder
.public CfnACL.Builder aclName(java.lang.String aclName)
aclName
- The name of the Access Control List. This parameter is required.this
public CfnACL.Builder tags(java.util.List<? extends CfnTag> tags)
For more information, see Tag .
tags
- An array of key-value pairs to apply to this resource. This parameter is required.this
public CfnACL.Builder userNames(java.util.List<java.lang.String> userNames)
userNames
- The list of users that belong to the Access Control List. This parameter is required.this
public CfnACL build()