Interface UpdateIngressGatewayBridgeRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateIngressGatewayBridgeRequest.Builder,UpdateIngressGatewayBridgeRequest>,SdkBuilder<UpdateIngressGatewayBridgeRequest.Builder,UpdateIngressGatewayBridgeRequest>,SdkPojo
- Enclosing class:
- UpdateIngressGatewayBridgeRequest
public static interface UpdateIngressGatewayBridgeRequest.Builder extends SdkPojo, CopyableBuilder<UpdateIngressGatewayBridgeRequest.Builder,UpdateIngressGatewayBridgeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateIngressGatewayBridgeRequest.BuildermaxBitrate(Integer maxBitrate)The maximum expected bitrate (in bps).UpdateIngressGatewayBridgeRequest.BuildermaxOutputs(Integer maxOutputs)The maximum number of expected outputs.-
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 Detail
-
maxBitrate
UpdateIngressGatewayBridgeRequest.Builder maxBitrate(Integer maxBitrate)
The maximum expected bitrate (in bps).- Parameters:
maxBitrate- The maximum expected bitrate (in bps).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxOutputs
UpdateIngressGatewayBridgeRequest.Builder maxOutputs(Integer maxOutputs)
The maximum number of expected outputs.- Parameters:
maxOutputs- The maximum number of expected outputs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-