Interface RemoveBridgeOutputResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<RemoveBridgeOutputResponse.Builder,,RemoveBridgeOutputResponse> MediaConnectResponse.Builder,SdkBuilder<RemoveBridgeOutputResponse.Builder,,RemoveBridgeOutputResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 RemoveBridgeOutputResponse
@Mutable
@NotThreadSafe
public static interface RemoveBridgeOutputResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<RemoveBridgeOutputResponse.Builder,RemoveBridgeOutputResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the bridge from which the output was removed.outputName(String outputName) The name of the bridge output that was removed.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 from which the output was removed.
- Parameters:
 bridgeArn- The ARN of the bridge from which the output was removed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
outputName
The name of the bridge output that was removed.
- Parameters:
 outputName- The name of the bridge output that was removed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -