Class CfnPullTimeUpdateExclusion.Builder
java.lang.Object
software.amazon.awscdk.services.ecr.CfnPullTimeUpdateExclusion.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPullTimeUpdateExclusion>
- Enclosing class:
CfnPullTimeUpdateExclusion
@Stability(Stable)
public static final class CfnPullTimeUpdateExclusion.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPullTimeUpdateExclusion>
A fluent builder for
CfnPullTimeUpdateExclusion.-
Method Summary
Modifier and TypeMethodDescriptionbuild()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 CfnPullTimeUpdateExclusion.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnPullTimeUpdateExclusion.Builder.
-
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<CfnPullTimeUpdateExclusion>- Returns:
- a newly built instance of
CfnPullTimeUpdateExclusion.
-