public static interface AddBridgeOutputsResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<AddBridgeOutputsResponse.Builder,AddBridgeOutputsResponse>
| Modifier and Type | Method and Description |
|---|---|
AddBridgeOutputsResponse.Builder |
bridgeArn(String bridgeArn)
The Amazon Resource Number (ARN) of the bridge.
|
AddBridgeOutputsResponse.Builder |
outputs(BridgeOutput... outputs)
The outputs that you added to this bridge.
|
AddBridgeOutputsResponse.Builder |
outputs(Collection<BridgeOutput> outputs)
The outputs that you added to this bridge.
|
AddBridgeOutputsResponse.Builder |
outputs(Consumer<BridgeOutput.Builder>... outputs)
The outputs that you added to this bridge.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddBridgeOutputsResponse.Builder bridgeArn(String bridgeArn)
bridgeArn - The Amazon Resource Number (ARN) of the bridge.AddBridgeOutputsResponse.Builder outputs(Collection<BridgeOutput> outputs)
outputs - The outputs that you added to this bridge.AddBridgeOutputsResponse.Builder outputs(BridgeOutput... outputs)
outputs - The outputs that you added to this bridge.AddBridgeOutputsResponse.Builder outputs(Consumer<BridgeOutput.Builder>... outputs)
BridgeOutput.Builder avoiding the need to create
one manually via BridgeOutput.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
BridgeOutput.Builder#outputs(java.util.Collection) Copyright © 2023. All rights reserved.