public static interface UpdateFlowResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateFlowResponse.Builder,UpdateFlowResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateFlowResponse.Builder |
flow(Consumer<Flow.Builder> flow)
Sets the value of the Flow property for this object.
|
UpdateFlowResponse.Builder |
flow(Flow flow)
Sets the value of the Flow property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFlowResponse.Builder flow(Flow flow)
flow - The new value for the Flow property for this object.default UpdateFlowResponse.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)Copyright © 2022. All rights reserved.