Interface UpdateBridgeOutputResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateBridgeOutputResponse.Builder,,UpdateBridgeOutputResponse> MediaConnectResponse.Builder,SdkBuilder<UpdateBridgeOutputResponse.Builder,,UpdateBridgeOutputResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateBridgeOutputResponse
@Mutable
@NotThreadSafe
public static interface UpdateBridgeOutputResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateBridgeOutputResponse.Builder,UpdateBridgeOutputResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the bridge that was updated.output(Consumer<BridgeOutput.Builder> output) The bridge output that was updated.output(BridgeOutput output) The bridge output that was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
bridgeArn
The ARN of the bridge that was updated.
- Parameters:
 bridgeArn- The ARN of the bridge that was updated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
output
The bridge output that was updated.
- Parameters:
 output- The bridge output that was updated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
output
The bridge output that was updated.
This is a convenience method that creates an instance of theBridgeOutput.Builderavoiding the need to create one manually viaBridgeOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutput(BridgeOutput).- Parameters:
 output- a consumer that will call methods onBridgeOutput.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -