Interface UpdateFlowOutputResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateFlowOutputResponse.Builder,,UpdateFlowOutputResponse> MediaConnectResponse.Builder,SdkBuilder<UpdateFlowOutputResponse.Builder,,UpdateFlowOutputResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateFlowOutputResponse
@Mutable
@NotThreadSafe
public static interface UpdateFlowOutputResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateFlowOutputResponse.Builder,UpdateFlowOutputResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the flow that is associated with the updated output.default UpdateFlowOutputResponse.Builderoutput(Consumer<Output.Builder> output) The new settings of the output that you updated.The new settings of the output that you updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
flowArn
The ARN of the flow that is associated with the updated output.
- Parameters:
 flowArn- The ARN of the flow that is associated with the updated output.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
output
The new settings of the output that you updated.
- Parameters:
 output- The new settings of the output that you updated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
output
The new settings of the output that you updated.
This is a convenience method that creates an instance of theOutput.Builderavoiding the need to create one manually viaOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutput(Output).- Parameters:
 output- a consumer that will call methods onOutput.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -