Class BridgeReference.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.BridgeReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<BridgeReference>
- Enclosing interface:
BridgeReference
@Stability(Stable)
public static final class BridgeReference.Builder
extends Object
implements software.amazon.jsii.Builder<BridgeReference>
A builder for
BridgeReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofBridgeReference.getBridgeArn()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bridgeArn
Sets the value ofBridgeReference.getBridgeArn()
- Parameters:
bridgeArn
- The BridgeArn of the Bridge resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<BridgeReference>
- Returns:
- a new instance of
BridgeReference
- Throws:
NullPointerException
- if any required attribute was not provided
-