public static interface AddBridgeOutputsRequest.Builder extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<AddBridgeOutputsRequest.Builder,AddBridgeOutputsRequest>
| Modifier and Type | Method and Description |
|---|---|
AddBridgeOutputsRequest.Builder |
bridgeArn(String bridgeArn)
The ARN of the bridge that you want to update.
|
AddBridgeOutputsRequest.Builder |
outputs(AddBridgeOutputRequest... outputs)
The outputs that you want to add to this bridge.
|
AddBridgeOutputsRequest.Builder |
outputs(Collection<AddBridgeOutputRequest> outputs)
The outputs that you want to add to this bridge.
|
AddBridgeOutputsRequest.Builder |
outputs(Consumer<AddBridgeOutputRequest.Builder>... outputs)
The outputs that you want to add to this bridge.
|
AddBridgeOutputsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddBridgeOutputsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddBridgeOutputsRequest.Builder bridgeArn(String bridgeArn)
bridgeArn - The ARN of the bridge that you want to update.AddBridgeOutputsRequest.Builder outputs(Collection<AddBridgeOutputRequest> outputs)
outputs - The outputs that you want to add to this bridge.AddBridgeOutputsRequest.Builder outputs(AddBridgeOutputRequest... outputs)
outputs - The outputs that you want to add to this bridge.AddBridgeOutputsRequest.Builder outputs(Consumer<AddBridgeOutputRequest.Builder>... outputs)
AddBridgeOutputRequest.Builder avoiding the need
to create one manually via
AddBridgeOutputRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #outputs(List.
outputs - a consumer that will call methods on
AddBridgeOutputRequest.Builder#outputs(java.util.Collection) AddBridgeOutputsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddBridgeOutputsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.