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.Builder
flow
(Consumer<Flow.Builder> flow) The flow that you requested a description of.The flow that you requested a description of.default DescribeFlowResponse.Builder
messages
(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
copy
Methods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaFlow.builder()
.When the
Consumer
completes,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.Builder
avoiding the need to create one manually viaMessages.builder()
.When the
Consumer
completes,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:
-