public static interface CreateFlowResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateFlowResponse.Builder,CreateFlowResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateFlowResponse.Builder |
flow(Consumer<Flow.Builder> flow)
Sets the value of the Flow property for this object.
|
CreateFlowResponse.Builder |
flow(Flow flow)
Sets the value of the Flow property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateFlowResponse.Builder flow(Flow flow)
flow - The new value for the Flow property for this object.default CreateFlowResponse.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.