@Stability(value=Stable) public static final class CfnACLProps.Builder extends Object implements software.amazon.jsii.Builder<CfnACLProps>
CfnACLProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnACLProps.Builder |
aclName(String aclName)
Sets the value of
CfnACLProps.getAclName() |
CfnACLProps |
build()
Builds the configured instance.
|
CfnACLProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnACLProps.getTags() |
CfnACLProps.Builder |
userNames(List<String> userNames)
Sets the value of
CfnACLProps.getUserNames() |
@Stability(value=Stable) public CfnACLProps.Builder aclName(String aclName)
CfnACLProps.getAclName()aclName - The name of the Access Control List. This parameter is required.this@Stability(value=Stable) public CfnACLProps.Builder tags(List<? extends CfnTag> tags)
CfnACLProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnACLProps.Builder userNames(List<String> userNames)
CfnACLProps.getUserNames()userNames - The list of users that belong to the Access Control List.this@Stability(value=Stable) public CfnACLProps build()
build in interface software.amazon.jsii.Builder<CfnACLProps>CfnACLPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.