@Stability(value=Stable) public static final class CfnTheme.ResourcePermissionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTheme.ResourcePermissionProperty>
CfnTheme.ResourcePermissionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTheme.ResourcePermissionProperty.Builder |
actions(List<String> actions)
Sets the value of
CfnTheme.ResourcePermissionProperty.getActions() |
CfnTheme.ResourcePermissionProperty |
build()
Builds the configured instance.
|
CfnTheme.ResourcePermissionProperty.Builder |
principal(String principal)
Sets the value of
CfnTheme.ResourcePermissionProperty.getPrincipal() |
@Stability(value=Stable) public CfnTheme.ResourcePermissionProperty.Builder actions(List<String> actions)
CfnTheme.ResourcePermissionProperty.getActions()actions - The IAM action to grant or revoke permissions on. This parameter is required.this@Stability(value=Stable) public CfnTheme.ResourcePermissionProperty.Builder principal(String principal)
CfnTheme.ResourcePermissionProperty.getPrincipal()principal - The Amazon Resource Name (ARN) of the principal. This can be one of the following:. This parameter is required.
this@Stability(value=Stable) public CfnTheme.ResourcePermissionProperty build()
build in interface software.amazon.jsii.Builder<CfnTheme.ResourcePermissionProperty>CfnTheme.ResourcePermissionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.