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