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)
The new settings of the output that you updated.
|
UpdateFlowOutputResponse.Builder |
output(Output output)
The new settings of the output that you updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFlowOutputResponse.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 settings of the output that you updated.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.Builderoutput(Output)Copyright © 2022. All rights reserved.