Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.StartFlowResponse.Builder
-
Packages that use StartFlowResponse.Builder Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of StartFlowResponse.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return StartFlowResponse.Builder Modifier and Type Method Description static StartFlowResponse.BuilderStartFlowResponse. builder()StartFlowResponse.BuilderStartFlowResponse.Builder. flowArn(String flowArn)The ARN of the flow that you started.StartFlowResponse.BuilderStartFlowResponse.Builder. status(String status)The status of the flow when the StartFlow process begins.StartFlowResponse.BuilderStartFlowResponse.Builder. status(Status status)The status of the flow when the StartFlow process begins.StartFlowResponse.BuilderStartFlowResponse. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type StartFlowResponse.Builder Modifier and Type Method Description static Class<? extends StartFlowResponse.Builder>StartFlowResponse. serializableBuilderClass()
-