Interface AddFlowOutputsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AddFlowOutputsRequest.Builder,,AddFlowOutputsRequest> MediaConnectRequest.Builder,SdkBuilder<AddFlowOutputsRequest.Builder,,AddFlowOutputsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
AddFlowOutputsRequest
@Mutable
@NotThreadSafe
public static interface AddFlowOutputsRequest.Builder
extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<AddFlowOutputsRequest.Builder,AddFlowOutputsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the flow that you want to add outputs to.outputs(Collection<AddOutputRequest> outputs) A list of outputs that you want to add to the flow.outputs(Consumer<AddOutputRequest.Builder>... outputs) A list of outputs that you want to add to the flow.outputs(AddOutputRequest... outputs) A list of outputs that you want to add to the flow.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
flowArn
The Amazon Resource Name (ARN) of the flow that you want to add outputs to.
- Parameters:
flowArn- The Amazon Resource Name (ARN) of the flow that you want to add outputs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
A list of outputs that you want to add to the flow.
- Parameters:
outputs- A list of outputs that you want to add to the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
A list of outputs that you want to add to the flow.
- Parameters:
outputs- A list of outputs that you want to add to the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
A list of outputs that you want to add to the flow.
This is a convenience method that creates an instance of theAddOutputRequest.Builderavoiding the need to create one manually viaAddOutputRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputs(List<AddOutputRequest>).- Parameters:
outputs- a consumer that will call methods onAddOutputRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
AddFlowOutputsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
AddFlowOutputsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-