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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateFlowResponse.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.Builder
flow(Flow)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.