Uses of Interface
software.amazon.awssdk.services.appflow.model.StartFlowResponse.Builder
-
Packages that use StartFlowResponse.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of StartFlowResponse.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return StartFlowResponse.Builder Modifier and Type Method Description static StartFlowResponse.BuilderStartFlowResponse. builder()StartFlowResponse.BuilderStartFlowResponse.Builder. executionId(String executionId)Returns the internal execution ID of an on-demand flow when the flow is started.StartFlowResponse.BuilderStartFlowResponse.Builder. flowArn(String flowArn)The flow's Amazon Resource Name (ARN).StartFlowResponse.BuilderStartFlowResponse.Builder. flowStatus(String flowStatus)Indicates the current status of the flow.StartFlowResponse.BuilderStartFlowResponse.Builder. flowStatus(FlowStatus flowStatus)Indicates the current status of the flow.StartFlowResponse.BuilderStartFlowResponse. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type StartFlowResponse.Builder Modifier and Type Method Description static Class<? extends StartFlowResponse.Builder>StartFlowResponse. serializableBuilderClass()
-