public static interface AddFlowOutputsResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<AddFlowOutputsResponse.Builder,AddFlowOutputsResponse>
Modifier and Type | Method and Description |
---|---|
AddFlowOutputsResponse.Builder |
flowArn(String flowArn)
The ARN of the flow that these outputs were added to.
|
AddFlowOutputsResponse.Builder |
outputs(Collection<Output> outputs)
The details of the newly added outputs.
|
AddFlowOutputsResponse.Builder |
outputs(Consumer<Output.Builder>... outputs)
The details of the newly added outputs.
|
AddFlowOutputsResponse.Builder |
outputs(Output... outputs)
The details of the newly added outputs.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
AddFlowOutputsResponse.Builder flowArn(String flowArn)
flowArn
- The ARN of the flow that these outputs were added to.AddFlowOutputsResponse.Builder outputs(Collection<Output> outputs)
outputs
- The details of the newly added outputs.AddFlowOutputsResponse.Builder outputs(Output... outputs)
outputs
- The details of the newly added outputs.AddFlowOutputsResponse.Builder outputs(Consumer<Output.Builder>... outputs)
avoiding the need to create one manually via List
.
When the Consumer
completes, List
is called immediately and its
result is passed to #outputs(List
.outputs
- a consumer that will call methods on List
#outputs(List
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.