@Stability(value=Stable) public static final class WithoutPolicyUpdatesOptions.Builder extends Object implements software.amazon.jsii.Builder<WithoutPolicyUpdatesOptions>
WithoutPolicyUpdatesOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
WithoutPolicyUpdatesOptions.Builder |
addGrantsToResources(Boolean addGrantsToResources)
Sets the value of
WithoutPolicyUpdatesOptions.getAddGrantsToResources() |
WithoutPolicyUpdatesOptions |
build()
Builds the configured instance.
|
@Stability(value=Stable) public WithoutPolicyUpdatesOptions.Builder addGrantsToResources(Boolean addGrantsToResources)
WithoutPolicyUpdatesOptions.getAddGrantsToResources()addGrantsToResources - Add grants to resources instead of dropping them.
If this is false or not specified, grant permissions added to this role are ignored.
It is your own responsibility to make sure the role has the required permissions.
If this is true, any grant permissions will be added to the resource instead.
this@Stability(value=Stable) public WithoutPolicyUpdatesOptions build()
build in interface software.amazon.jsii.Builder<WithoutPolicyUpdatesOptions>WithoutPolicyUpdatesOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.