public static interface DescribeFlowResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeFlowResponse.Builder,DescribeFlowResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeFlowResponse.Builder |
flow(Consumer<Flow.Builder> flow)
Sets the value of the Flow property for this object.
|
DescribeFlowResponse.Builder |
flow(Flow flow)
Sets the value of the Flow property for this object.
|
default DescribeFlowResponse.Builder |
messages(Consumer<Messages.Builder> messages)
Sets the value of the Messages property for this object.
|
DescribeFlowResponse.Builder |
messages(Messages messages)
Sets the value of the Messages property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeFlowResponse.Builder flow(Flow flow)
flow - The new value for the Flow property for this object.default DescribeFlowResponse.Builder flow(Consumer<Flow.Builder> flow)
Flow.Builder avoiding the need to create one
manually via Flow.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to flow(Flow).flow - a consumer that will call methods on Flow.Builderflow(Flow)DescribeFlowResponse.Builder messages(Messages messages)
messages - The new value for the Messages property for this object.default DescribeFlowResponse.Builder messages(Consumer<Messages.Builder> messages)
Messages.Builder avoiding the need to create
one manually via Messages.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to messages(Messages).messages - a consumer that will call methods on Messages.Buildermessages(Messages)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.