static CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.builder() |
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.flowDefinitionName(String flowDefinitionName) |
The name of your flow definition.
|
default CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.humanLoopActivationConfig(Consumer<HumanLoopActivationConfig.Builder> humanLoopActivationConfig) |
An object containing information about the events that trigger a human workflow.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.humanLoopActivationConfig(HumanLoopActivationConfig humanLoopActivationConfig) |
An object containing information about the events that trigger a human workflow.
|
default CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.humanLoopConfig(Consumer<HumanLoopConfig.Builder> humanLoopConfig) |
An object containing information about the tasks the human reviewers will perform.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.humanLoopConfig(HumanLoopConfig humanLoopConfig) |
An object containing information about the tasks the human reviewers will perform.
|
default CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.humanLoopRequestSource(Consumer<HumanLoopRequestSource.Builder> humanLoopRequestSource) |
Container for configuring the source of human task requests.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.humanLoopRequestSource(HumanLoopRequestSource humanLoopRequestSource) |
Container for configuring the source of human task requests.
|
default CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.outputConfig(Consumer<FlowDefinitionOutputConfig.Builder> outputConfig) |
An object containing information about where the human review results will be uploaded.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.outputConfig(FlowDefinitionOutputConfig outputConfig) |
An object containing information about where the human review results will be uploaded.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the role needed to call other services on your behalf.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.tags(Collection<Tag> tags) |
An array of key-value pairs that contain metadata to help you categorize and organize a flow definition.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
An array of key-value pairs that contain metadata to help you categorize and organize a flow definition.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.tags(Tag... tags) |
An array of key-value pairs that contain metadata to help you categorize and organize a flow definition.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.toBuilder() |
|