Class CfnPullTimeUpdateExclusionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ecr.CfnPullTimeUpdateExclusionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPullTimeUpdateExclusionPropsMixin>
- Enclosing class:
CfnPullTimeUpdateExclusionPropsMixin
@Stability(Stable)
public static final class CfnPullTimeUpdateExclusionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPullTimeUpdateExclusionPropsMixin>
A fluent builder for
CfnPullTimeUpdateExclusionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) principalArn(String principalArn) The ARN of the IAM principal to remove from the pull time update exclusion list.
-
Method Details
-
create
@Stability(Stable) public static CfnPullTimeUpdateExclusionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPullTimeUpdateExclusionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPullTimeUpdateExclusionPropsMixin.Builder.
-
principalArn
@Stability(Stable) public CfnPullTimeUpdateExclusionPropsMixin.Builder principalArn(String principalArn) The ARN of the IAM principal to remove from the pull time update exclusion list.- Parameters:
principalArn- The ARN of the IAM principal to remove from the pull time update exclusion list. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPullTimeUpdateExclusionPropsMixin>- Returns:
- a newly built instance of
CfnPullTimeUpdateExclusionPropsMixin.
-