Interface CreateFlowResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateFlowResponse.Builder,,CreateFlowResponse> MediaConnectResponse.Builder,SdkBuilder<CreateFlowResponse.Builder,,CreateFlowResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateFlowResponse
public static interface CreateFlowResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateFlowResponse.Builder,CreateFlowResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault CreateFlowResponse.Builderflow(Consumer<Flow.Builder> flow) The flow that you created.The flow that you created.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
- 
flow
The flow that you created.
- Parameters:
 flow- The flow that you created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
flow
The flow that you created.
This is a convenience method that creates an instance of theFlow.Builderavoiding the need to create one manually viaFlow.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toflow(Flow).- Parameters:
 flow- a consumer that will call methods onFlow.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -