public static interface UpdateBridgeOutputResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateBridgeOutputResponse.Builder,UpdateBridgeOutputResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateBridgeOutputResponse.Builder |
bridgeArn(String bridgeArn)
The Amazon Resource Number (ARN) of the bridge.
|
UpdateBridgeOutputResponse.Builder |
output(BridgeOutput output)
The output that you updated.
|
default UpdateBridgeOutputResponse.Builder |
output(Consumer<BridgeOutput.Builder> output)
The output that you updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBridgeOutputResponse.Builder bridgeArn(String bridgeArn)
bridgeArn - The Amazon Resource Number (ARN) of the bridge.UpdateBridgeOutputResponse.Builder output(BridgeOutput output)
output - The output that you updated.default UpdateBridgeOutputResponse.Builder output(Consumer<BridgeOutput.Builder> output)
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 output(BridgeOutput).
output - a consumer that will call methods on BridgeOutput.Builderoutput(BridgeOutput)Copyright © 2023. All rights reserved.