public static interface RemoveFlowOutputResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<RemoveFlowOutputResponse.Builder,RemoveFlowOutputResponse>
Modifier and Type | Method and Description |
---|---|
RemoveFlowOutputResponse.Builder |
flowArn(String flowArn)
The ARN of the flow that is associated with the output you removed.
|
RemoveFlowOutputResponse.Builder |
outputArn(String outputArn)
The ARN of the output that was removed.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
RemoveFlowOutputResponse.Builder flowArn(String flowArn)
flowArn
- The ARN of the flow that is associated with the output you removed.RemoveFlowOutputResponse.Builder outputArn(String outputArn)
outputArn
- The ARN of the output that was removed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.