Class CfnProfilePermissionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.signer.CfnProfilePermissionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProfilePermissionPropsMixin>
- Enclosing class:
CfnProfilePermissionPropsMixin
@Stability(Stable)
public static final class CfnProfilePermissionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProfilePermissionPropsMixin>
A fluent builder for
CfnProfilePermissionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionThe AWS Signer action permitted as part of cross-account permissions.build()create()create(CfnPropertyMixinOptions options) The AWS principal receiving cross-account permissions.profileName(String profileName) The human-readable name of the signing profile.profileVersion(String profileVersion) The version of the signing profile.statementId(String statementId) A unique identifier for the cross-account permission statement.
-
Method Details
-
create
@Stability(Stable) public static CfnProfilePermissionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnProfilePermissionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnProfilePermissionPropsMixin.Builder.
-
action
The AWS Signer action permitted as part of cross-account permissions.- Parameters:
action- The AWS Signer action permitted as part of cross-account permissions. This parameter is required.- Returns:
this- See Also:
-
principal
The AWS principal receiving cross-account permissions.This may be an IAM role or another AWS account ID.
- Parameters:
principal- The AWS principal receiving cross-account permissions. This parameter is required.- Returns:
this- See Also:
-
profileName
The human-readable name of the signing profile.- Parameters:
profileName- The human-readable name of the signing profile. This parameter is required.- Returns:
this- See Also:
-
profileVersion
@Stability(Stable) public CfnProfilePermissionPropsMixin.Builder profileVersion(String profileVersion) The version of the signing profile.- Parameters:
profileVersion- The version of the signing profile. This parameter is required.- Returns:
this- See Also:
-
statementId
A unique identifier for the cross-account permission statement.- Parameters:
statementId- A unique identifier for the cross-account permission statement. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProfilePermissionPropsMixin>- Returns:
- a newly built instance of
CfnProfilePermissionPropsMixin.
-