Uses of Interface
software.amazon.awssdk.services.appflow.model.StartFlowRequest.Builder
-
Packages that use StartFlowRequest.Builder Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference.software.amazon.awssdk.services.appflow.model -
-
Uses of StartFlowRequest.Builder in software.amazon.awssdk.services.appflow
Method parameters in software.amazon.awssdk.services.appflow with type arguments of type StartFlowRequest.Builder Modifier and Type Method Description default CompletableFuture<StartFlowResponse>AppflowAsyncClient. startFlow(Consumer<StartFlowRequest.Builder> startFlowRequest)Activates an existing flow.default StartFlowResponseAppflowClient. startFlow(Consumer<StartFlowRequest.Builder> startFlowRequest)Activates an existing flow. -
Uses of StartFlowRequest.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return StartFlowRequest.Builder Modifier and Type Method Description static StartFlowRequest.BuilderStartFlowRequest. builder()StartFlowRequest.BuilderStartFlowRequest.Builder. clientToken(String clientToken)TheclientTokenparameter is an idempotency token.StartFlowRequest.BuilderStartFlowRequest.Builder. flowName(String flowName)The specified name of the flow.StartFlowRequest.BuilderStartFlowRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartFlowRequest.BuilderStartFlowRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartFlowRequest.BuilderStartFlowRequest. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type StartFlowRequest.Builder Modifier and Type Method Description static Class<? extends StartFlowRequest.Builder>StartFlowRequest. serializableBuilderClass()
-