@Stability(value=Experimental) public static final class UntrustedCodeBoundaryPolicyProps.Builder extends Object implements software.amazon.jsii.Builder<UntrustedCodeBoundaryPolicyProps>
UntrustedCodeBoundaryPolicyProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UntrustedCodeBoundaryPolicyProps.Builder |
additionalStatements(List<? extends PolicyStatement> additionalStatements)
Sets the value of
UntrustedCodeBoundaryPolicyProps.getAdditionalStatements() |
UntrustedCodeBoundaryPolicyProps |
build()
Builds the configured instance.
|
UntrustedCodeBoundaryPolicyProps.Builder |
managedPolicyName(String managedPolicyName)
Sets the value of
UntrustedCodeBoundaryPolicyProps.getManagedPolicyName() |
@Stability(value=Experimental) public UntrustedCodeBoundaryPolicyProps.Builder additionalStatements(List<? extends PolicyStatement> additionalStatements)
UntrustedCodeBoundaryPolicyProps.getAdditionalStatements()additionalStatements - Additional statements to add to the default set of statements.this@Stability(value=Experimental) public UntrustedCodeBoundaryPolicyProps.Builder managedPolicyName(String managedPolicyName)
UntrustedCodeBoundaryPolicyProps.getManagedPolicyName()managedPolicyName - The name of the managed policy.this@Stability(value=Experimental) public UntrustedCodeBoundaryPolicyProps build()
build in interface software.amazon.jsii.Builder<UntrustedCodeBoundaryPolicyProps>UntrustedCodeBoundaryPolicyPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.