Class CfnBridgePropsMixin.EgressGatewayBridgeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnBridgePropsMixin.EgressGatewayBridgeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBridgePropsMixin.EgressGatewayBridgeProperty>
- Enclosing interface:
CfnBridgePropsMixin.EgressGatewayBridgeProperty
@Stability(Stable)
public static final class CfnBridgePropsMixin.EgressGatewayBridgeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBridgePropsMixin.EgressGatewayBridgeProperty>
A builder for
CfnBridgePropsMixin.EgressGatewayBridgeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.maxBitrate(Number maxBitrate) Sets the value ofCfnBridgePropsMixin.EgressGatewayBridgeProperty.getMaxBitrate()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maxBitrate
@Stability(Stable) public CfnBridgePropsMixin.EgressGatewayBridgeProperty.Builder maxBitrate(Number maxBitrate) Sets the value ofCfnBridgePropsMixin.EgressGatewayBridgeProperty.getMaxBitrate()- Parameters:
maxBitrate- The maximum expected bitrate (in bps) of the egress bridge.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBridgePropsMixin.EgressGatewayBridgeProperty>- Returns:
- a new instance of
CfnBridgePropsMixin.EgressGatewayBridgeProperty - Throws:
NullPointerException- if any required attribute was not provided
-