Interface DescribeFlowResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeFlowResponse.Builder,,DescribeFlowResponse> MediaConnectResponse.Builder,SdkBuilder<DescribeFlowResponse.Builder,,DescribeFlowResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeFlowResponse
@Mutable
@NotThreadSafe
public static interface DescribeFlowResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeFlowResponse.Builder,DescribeFlowResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault DescribeFlowResponse.Builderflow(Consumer<Flow.Builder> flow) The flow that you requested a description of.The flow that you requested a description of.default DescribeFlowResponse.Buildermessages(Consumer<Messages.Builder> messages) Any errors that apply currently to the flow.Any errors that apply currently to the flow.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 requested a description of.
- Parameters:
flow- The flow that you requested a description of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flow
The flow that you requested a description of.
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:
-
messages
Any errors that apply currently to the flow. If there are no errors, MediaConnect will not include this field in the response.
- Parameters:
messages- Any errors that apply currently to the flow. If there are no errors, MediaConnect will not include this field in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messages
Any errors that apply currently to the flow. If there are no errors, MediaConnect will not include this field in the response.
This is a convenience method that creates an instance of theMessages.Builderavoiding the need to create one manually viaMessages.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomessages(Messages).- Parameters:
messages- a consumer that will call methods onMessages.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-