Class PullTimeUpdateExclusionReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.ecr.PullTimeUpdateExclusionReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<PullTimeUpdateExclusionReference>
- Enclosing interface:
PullTimeUpdateExclusionReference
@Stability(Stable)
public static final class PullTimeUpdateExclusionReference.Builder
extends Object
implements software.amazon.jsii.Builder<PullTimeUpdateExclusionReference>
A builder for
PullTimeUpdateExclusionReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.principalArn(String principalArn) Sets the value ofPullTimeUpdateExclusionReference.getPrincipalArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
principalArn
@Stability(Stable) public PullTimeUpdateExclusionReference.Builder principalArn(String principalArn) Sets the value ofPullTimeUpdateExclusionReference.getPrincipalArn()- Parameters:
principalArn- The PrincipalArn of the PullTimeUpdateExclusion resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PullTimeUpdateExclusionReference>- Returns:
- a new instance of
PullTimeUpdateExclusionReference - Throws:
NullPointerException- if any required attribute was not provided
-