public static interface AddFlowOutputsRequest.Builder extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<AddFlowOutputsRequest.Builder,AddFlowOutputsRequest>
Modifier and Type | Method and Description |
---|---|
AddFlowOutputsRequest.Builder |
flowArn(String flowArn)
The flow that you want to add outputs to.
|
AddFlowOutputsRequest.Builder |
outputs(AddOutputRequest... outputs)
A list of outputs that you want to add.
|
AddFlowOutputsRequest.Builder |
outputs(Collection<AddOutputRequest> outputs)
A list of outputs that you want to add.
|
AddFlowOutputsRequest.Builder |
outputs(Consumer<AddOutputRequest.Builder>... outputs)
A list of outputs that you want to add.
|
AddFlowOutputsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AddFlowOutputsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
AddFlowOutputsRequest.Builder flowArn(String flowArn)
flowArn
- The flow that you want to add outputs to.AddFlowOutputsRequest.Builder outputs(Collection<AddOutputRequest> outputs)
outputs
- A list of outputs that you want to add.AddFlowOutputsRequest.Builder outputs(AddOutputRequest... outputs)
outputs
- A list of outputs that you want to add.AddFlowOutputsRequest.Builder outputs(Consumer<AddOutputRequest.Builder>... outputs)
.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #outputs(List)
.outputs
- a consumer that will call methods on List.Builder
#outputs(List)
AddFlowOutputsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AddFlowOutputsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.