Interface RemoveFlowOutputResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<RemoveFlowOutputResponse.Builder,
,RemoveFlowOutputResponse> MediaConnectResponse.Builder
,SdkBuilder<RemoveFlowOutputResponse.Builder,
,RemoveFlowOutputResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
RemoveFlowOutputResponse
@Mutable
@NotThreadSafe
public static interface RemoveFlowOutputResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<RemoveFlowOutputResponse.Builder,RemoveFlowOutputResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the flow that the output was removed from.The ARN of the output that was removed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
flowArn
The ARN of the flow that the output was removed from.
- Parameters:
flowArn
- The ARN of the flow that the output was removed from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputArn
The ARN of the output that was removed.
- Parameters:
outputArn
- The ARN of the output that was removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-