Interface AddBridgeOutputsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<AddBridgeOutputsRequest.Builder,
,AddBridgeOutputsRequest> MediaConnectRequest.Builder
,SdkBuilder<AddBridgeOutputsRequest.Builder,
,AddBridgeOutputsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
AddBridgeOutputsRequest
public static interface AddBridgeOutputsRequest.Builder
extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<AddBridgeOutputsRequest.Builder,AddBridgeOutputsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the bridge that you want to update.outputs
(Collection<AddBridgeOutputRequest> outputs) The outputs that you want to add to this bridge.outputs
(Consumer<AddBridgeOutputRequest.Builder>... outputs) The outputs that you want to add to this bridge.outputs
(AddBridgeOutputRequest... outputs) The outputs that you want to add to this bridge.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectRequest.Builder
build
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
-
bridgeArn
The ARN of the bridge that you want to update.- Parameters:
bridgeArn
- The ARN of the bridge that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
The outputs that you want to add to this bridge.- Parameters:
outputs
- The outputs that you want to add to this bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
The outputs that you want to add to this bridge.- Parameters:
outputs
- The outputs that you want to add to this bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
The outputs that you want to add to this bridge. This is a convenience method that creates an instance of theAddBridgeOutputRequest.Builder
avoiding the need to create one manually viaAddBridgeOutputRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutputs(List<AddBridgeOutputRequest>)
.- Parameters:
outputs
- a consumer that will call methods onAddBridgeOutputRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
AddBridgeOutputsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
AddBridgeOutputsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-