public static interface UpdateFlowSourceResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateFlowSourceResponse.Builder,UpdateFlowSourceResponse>
Modifier and Type | Method and Description |
---|---|
UpdateFlowSourceResponse.Builder |
flowArn(String flowArn)
The ARN of the flow that you want to update.
|
default UpdateFlowSourceResponse.Builder |
source(Consumer<Source.Builder> source)
The settings for the source of the flow.
|
UpdateFlowSourceResponse.Builder |
source(Source source)
The settings for the source of the flow.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateFlowSourceResponse.Builder flowArn(String flowArn)
flowArn
- The ARN of the flow that you want to update.UpdateFlowSourceResponse.Builder source(Source source)
source
- The settings for the source of the flow.default UpdateFlowSourceResponse.Builder source(Consumer<Source.Builder> source)
Source.Builder
avoiding the need to create one manually via Source.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to source(Source)
.source
- a consumer that will call methods on Source.Builder
source(Source)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.