Uses of Interface
software.amazon.awssdk.services.appflow.model.StopFlowResponse.Builder
-
Packages that use StopFlowResponse.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of StopFlowResponse.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return StopFlowResponse.Builder Modifier and Type Method Description static StopFlowResponse.BuilderStopFlowResponse. builder()StopFlowResponse.BuilderStopFlowResponse.Builder. flowArn(String flowArn)The flow's Amazon Resource Name (ARN).StopFlowResponse.BuilderStopFlowResponse.Builder. flowStatus(String flowStatus)Indicates the current status of the flow.StopFlowResponse.BuilderStopFlowResponse.Builder. flowStatus(FlowStatus flowStatus)Indicates the current status of the flow.StopFlowResponse.BuilderStopFlowResponse. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type StopFlowResponse.Builder Modifier and Type Method Description static Class<? extends StopFlowResponse.Builder>StopFlowResponse. serializableBuilderClass()
-