public static interface UpdateFlowOutputResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateFlowOutputResponse.Builder,UpdateFlowOutputResponse>
Modifier and Type | Method and Description |
---|---|
UpdateFlowOutputResponse.Builder |
flowArn(String flowArn)
The ARN of the flow that is associated with the updated output.
|
default UpdateFlowOutputResponse.Builder |
output(Consumer<Output.Builder> output)
Sets the value of the Output property for this object.
|
UpdateFlowOutputResponse.Builder |
output(Output output)
Sets the value of the Output property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateFlowOutputResponse.Builder flowArn(String flowArn)
flowArn
- The ARN of the flow that is associated with the updated output.UpdateFlowOutputResponse.Builder output(Output output)
output
- The new value for the Output property for this object.default UpdateFlowOutputResponse.Builder output(Consumer<Output.Builder> output)
Output.Builder
avoiding the need to create one
manually via Output.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to output(Output)
.output
- a consumer that will call methods on Output.Builder
output(Output)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.