Interface DescribeFlowResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeFlowResponse.Builder,DescribeFlowResponse>,MediaConnectResponse.Builder,SdkBuilder<DescribeFlowResponse.Builder,DescribeFlowResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeFlowResponse
public static interface DescribeFlowResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeFlowResponse.Builder,DescribeFlowResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeFlowResponse.Builderflow(Consumer<Flow.Builder> flow)Sets the value of the Flow property for this object.DescribeFlowResponse.Builderflow(Flow flow)Sets the value of the Flow property for this object.default DescribeFlowResponse.Buildermessages(Consumer<Messages.Builder> messages)Sets the value of the Messages property for this object.DescribeFlowResponse.Buildermessages(Messages messages)Sets the value of the Messages property for this object.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
flow
DescribeFlowResponse.Builder flow(Flow flow)
Sets the value of the Flow property for this object.- Parameters:
flow- The new value for the Flow property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flow
default DescribeFlowResponse.Builder flow(Consumer<Flow.Builder> flow)
Sets the value of the Flow property for this object. 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:
flow(Flow)
-
messages
DescribeFlowResponse.Builder messages(Messages messages)
Sets the value of the Messages property for this object.- Parameters:
messages- The new value for the Messages property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messages
default DescribeFlowResponse.Builder messages(Consumer<Messages.Builder> messages)
Sets the value of the Messages property for this object. 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:
messages(Messages)
-
-