@Stability(value=Stable) public static final class CfnProfilePermissionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnProfilePermissionProps>
CfnProfilePermissionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnProfilePermissionProps.Builder |
action(String action)
Sets the value of
CfnProfilePermissionProps.getAction() |
CfnProfilePermissionProps |
build()
Builds the configured instance.
|
CfnProfilePermissionProps.Builder |
principal(String principal)
Sets the value of
CfnProfilePermissionProps.getPrincipal() |
CfnProfilePermissionProps.Builder |
profileName(String profileName)
Sets the value of
CfnProfilePermissionProps.getProfileName() |
CfnProfilePermissionProps.Builder |
profileVersion(String profileVersion)
Sets the value of
CfnProfilePermissionProps.getProfileVersion() |
CfnProfilePermissionProps.Builder |
statementId(String statementId)
Sets the value of
CfnProfilePermissionProps.getStatementId() |
@Stability(value=Stable) public CfnProfilePermissionProps.Builder action(String action)
CfnProfilePermissionProps.getAction()action - The AWS Signer action permitted as part of cross-account permissions. This parameter is required.this@Stability(value=Stable) public CfnProfilePermissionProps.Builder principal(String principal)
CfnProfilePermissionProps.getPrincipal()principal - The AWS principal receiving cross-account permissions. This parameter is required.
This may be an IAM role or another AWS account ID.this@Stability(value=Stable) public CfnProfilePermissionProps.Builder profileName(String profileName)
CfnProfilePermissionProps.getProfileName()profileName - The human-readable name of the signing profile. This parameter is required.this@Stability(value=Stable) public CfnProfilePermissionProps.Builder statementId(String statementId)
CfnProfilePermissionProps.getStatementId()statementId - A unique identifier for the cross-account permission statement. This parameter is required.this@Stability(value=Stable) public CfnProfilePermissionProps.Builder profileVersion(String profileVersion)
CfnProfilePermissionProps.getProfileVersion()profileVersion - The version of the signing profile.this@Stability(value=Stable) public CfnProfilePermissionProps build()
build in interface software.amazon.jsii.Builder<CfnProfilePermissionProps>CfnProfilePermissionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.