Interface EgressGatewayBridge.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EgressGatewayBridge.Builder,,EgressGatewayBridge> SdkBuilder<EgressGatewayBridge.Builder,,EgressGatewayBridge> SdkPojo
- Enclosing class:
 EgressGatewayBridge
public static interface EgressGatewayBridge.Builder
extends SdkPojo, CopyableBuilder<EgressGatewayBridge.Builder,EgressGatewayBridge> 
- 
Method Summary
Modifier and TypeMethodDescriptioninstanceId(String instanceId) The ID of the instance running this bridge.maxBitrate(Integer maxBitrate) The maximum expected bitrate (in bps) of the egress bridge.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
instanceId
The ID of the instance running this bridge.- Parameters:
 instanceId- The ID of the instance running this bridge.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxBitrate
The maximum expected bitrate (in bps) of the egress bridge.- Parameters:
 maxBitrate- The maximum expected bitrate (in bps) of the egress bridge.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -