Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.UpdateFlowOutputResponse.Builder
-
Packages that use UpdateFlowOutputResponse.Builder Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of UpdateFlowOutputResponse.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return UpdateFlowOutputResponse.Builder Modifier and Type Method Description static UpdateFlowOutputResponse.BuilderUpdateFlowOutputResponse. builder()UpdateFlowOutputResponse.BuilderUpdateFlowOutputResponse.Builder. flowArn(String flowArn)The ARN of the flow that is associated with the updated output.default UpdateFlowOutputResponse.BuilderUpdateFlowOutputResponse.Builder. output(Consumer<Output.Builder> output)The new settings of the output that you updated.UpdateFlowOutputResponse.BuilderUpdateFlowOutputResponse.Builder. output(Output output)The new settings of the output that you updated.UpdateFlowOutputResponse.BuilderUpdateFlowOutputResponse. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type UpdateFlowOutputResponse.Builder Modifier and Type Method Description static Class<? extends UpdateFlowOutputResponse.Builder>UpdateFlowOutputResponse. serializableBuilderClass()
-