Interface IngressGatewayBridge.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IngressGatewayBridge.Builder,
,IngressGatewayBridge> SdkBuilder<IngressGatewayBridge.Builder,
,IngressGatewayBridge> SdkPojo
- Enclosing class:
IngressGatewayBridge
public static interface IngressGatewayBridge.Builder
extends SdkPojo, CopyableBuilder<IngressGatewayBridge.Builder,IngressGatewayBridge>
-
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 ingress bridge.maxOutputs
(Integer maxOutputs) The maximum number of outputs on the ingress bridge.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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 ingress bridge.- Parameters:
maxBitrate
- The maximum expected bitrate (in bps) of the ingress bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxOutputs
The maximum number of outputs on the ingress bridge.- Parameters:
maxOutputs
- The maximum number of outputs on the ingress bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-