Interface RemoveFlowOutputResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RemoveFlowOutputResponse.Builder,RemoveFlowOutputResponse>,MediaConnectResponse.Builder,SdkBuilder<RemoveFlowOutputResponse.Builder,RemoveFlowOutputResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RemoveFlowOutputResponse
public static interface RemoveFlowOutputResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<RemoveFlowOutputResponse.Builder,RemoveFlowOutputResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveFlowOutputResponse.BuilderflowArn(String flowArn)The ARN of the flow that is associated with the output you removed.RemoveFlowOutputResponse.BuilderoutputArn(String outputArn)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
flowArn
RemoveFlowOutputResponse.Builder flowArn(String flowArn)
The ARN of the flow that is associated with the output you removed.- Parameters:
flowArn- The ARN of the flow that is associated with the output you removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputArn
RemoveFlowOutputResponse.Builder outputArn(String 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.
-
-