static StartFlowExecutionRequest.Builder |
StartFlowExecutionRequest.builder() |
|
StartFlowExecutionRequest.Builder |
StartFlowExecutionRequest.Builder.flowAliasIdentifier(String flowAliasIdentifier) |
The unique identifier of the flow alias to use for the flow execution.
|
StartFlowExecutionRequest.Builder |
StartFlowExecutionRequest.Builder.flowExecutionName(String flowExecutionName) |
The unique name for the flow execution.
|
StartFlowExecutionRequest.Builder |
StartFlowExecutionRequest.Builder.flowIdentifier(String flowIdentifier) |
The unique identifier of the flow to execute.
|
StartFlowExecutionRequest.Builder |
StartFlowExecutionRequest.Builder.inputs(Collection<FlowInput> inputs) |
The input data required for the flow execution.
|
StartFlowExecutionRequest.Builder |
StartFlowExecutionRequest.Builder.inputs(Consumer<FlowInput.Builder>... inputs) |
The input data required for the flow execution.
|
StartFlowExecutionRequest.Builder |
StartFlowExecutionRequest.Builder.inputs(FlowInput... inputs) |
The input data required for the flow execution.
|
default StartFlowExecutionRequest.Builder |
StartFlowExecutionRequest.Builder.modelPerformanceConfiguration(Consumer<ModelPerformanceConfiguration.Builder> modelPerformanceConfiguration) |
The performance settings for the foundation model used in the flow execution.
|
StartFlowExecutionRequest.Builder |
StartFlowExecutionRequest.Builder.modelPerformanceConfiguration(ModelPerformanceConfiguration modelPerformanceConfiguration) |
The performance settings for the foundation model used in the flow execution.
|
StartFlowExecutionRequest.Builder |
StartFlowExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartFlowExecutionRequest.Builder |
StartFlowExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartFlowExecutionRequest.Builder |
StartFlowExecutionRequest.toBuilder() |
|