Class CfnPullTimeUpdateExclusionProps.Builder
java.lang.Object
software.amazon.awscdk.services.ecr.CfnPullTimeUpdateExclusionProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPullTimeUpdateExclusionProps>
- Enclosing interface:
CfnPullTimeUpdateExclusionProps
@Stability(Stable)
public static final class CfnPullTimeUpdateExclusionProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPullTimeUpdateExclusionProps>
A builder for
CfnPullTimeUpdateExclusionProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.principalArn(String principalArn) Sets the value ofCfnPullTimeUpdateExclusionProps.getPrincipalArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
principalArn
Sets the value ofCfnPullTimeUpdateExclusionProps.getPrincipalArn()- Parameters:
principalArn- The ARN of the IAM principal to remove from the pull time update exclusion list. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPullTimeUpdateExclusionProps>- Returns:
- a new instance of
CfnPullTimeUpdateExclusionProps - Throws:
NullPointerException- if any required attribute was not provided
-