@Stability(value=Stable) public static final class CfnUser.PolicyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUser.PolicyProperty>
CfnUser.PolicyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUser.PolicyProperty |
build()
Builds the configured instance.
|
CfnUser.PolicyProperty.Builder |
policyDocument(Object policyDocument)
Sets the value of
CfnUser.PolicyProperty.getPolicyDocument() |
CfnUser.PolicyProperty.Builder |
policyName(String policyName)
Sets the value of
CfnUser.PolicyProperty.getPolicyName() |
@Stability(value=Stable) public CfnUser.PolicyProperty.Builder policyDocument(Object policyDocument)
CfnUser.PolicyProperty.getPolicyDocument()policyDocument - The policy document. This parameter is required.this@Stability(value=Stable) public CfnUser.PolicyProperty.Builder policyName(String policyName)
CfnUser.PolicyProperty.getPolicyName()policyName - The friendly name (not ARN) identifying the policy. This parameter is required.this@Stability(value=Stable) public CfnUser.PolicyProperty build()
build in interface software.amazon.jsii.Builder<CfnUser.PolicyProperty>CfnUser.PolicyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.