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