@Stability(value=Experimental) public static final class AddToPrincipalPolicyResult.Builder extends Object implements software.amazon.jsii.Builder<AddToPrincipalPolicyResult>
AddToPrincipalPolicyResult| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AddToPrincipalPolicyResult |
build()
Builds the configured instance.
|
AddToPrincipalPolicyResult.Builder |
policyDependable(software.constructs.IDependable policyDependable)
Sets the value of
AddToPrincipalPolicyResult.getPolicyDependable() |
AddToPrincipalPolicyResult.Builder |
statementAdded(Boolean statementAdded)
Sets the value of
AddToPrincipalPolicyResult.getStatementAdded() |
@Stability(value=Experimental) public AddToPrincipalPolicyResult.Builder statementAdded(Boolean statementAdded)
AddToPrincipalPolicyResult.getStatementAdded()statementAdded - Whether the statement was added to the identity's policies. This parameter is required.this@Stability(value=Experimental) public AddToPrincipalPolicyResult.Builder policyDependable(software.constructs.IDependable policyDependable)
AddToPrincipalPolicyResult.getPolicyDependable()policyDependable - Dependable which allows depending on the policy change being applied.this@Stability(value=Experimental) public AddToPrincipalPolicyResult build()
build in interface software.amazon.jsii.Builder<AddToPrincipalPolicyResult>AddToPrincipalPolicyResultNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.