public static interface DescribeFlowDefinitionResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeFlowDefinitionResponse.Builder,DescribeFlowDefinitionResponse>
Modifier and Type | Method and Description |
---|---|
DescribeFlowDefinitionResponse.Builder |
creationTime(Instant creationTime)
The timestamp when the flow definition was created.
|
DescribeFlowDefinitionResponse.Builder |
failureReason(String failureReason)
The reason your flow definition failed.
|
DescribeFlowDefinitionResponse.Builder |
flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow defintion.
|
DescribeFlowDefinitionResponse.Builder |
flowDefinitionName(String flowDefinitionName)
The Amazon Resource Name (ARN) of the flow definition.
|
DescribeFlowDefinitionResponse.Builder |
flowDefinitionStatus(FlowDefinitionStatus flowDefinitionStatus)
The status of the flow definition.
|
DescribeFlowDefinitionResponse.Builder |
flowDefinitionStatus(String flowDefinitionStatus)
The status of the flow definition.
|
default DescribeFlowDefinitionResponse.Builder |
humanLoopActivationConfig(Consumer<HumanLoopActivationConfig.Builder> humanLoopActivationConfig)
An object containing information about what triggers a human review workflow.
|
DescribeFlowDefinitionResponse.Builder |
humanLoopActivationConfig(HumanLoopActivationConfig humanLoopActivationConfig)
An object containing information about what triggers a human review workflow.
|
default DescribeFlowDefinitionResponse.Builder |
humanLoopConfig(Consumer<HumanLoopConfig.Builder> humanLoopConfig)
An object containing information about who works on the task, the workforce task price, and other task
details.
|
DescribeFlowDefinitionResponse.Builder |
humanLoopConfig(HumanLoopConfig humanLoopConfig)
An object containing information about who works on the task, the workforce task price, and other task
details.
|
default DescribeFlowDefinitionResponse.Builder |
humanLoopRequestSource(Consumer<HumanLoopRequestSource.Builder> humanLoopRequestSource)
Container for configuring the source of human task requests.
|
DescribeFlowDefinitionResponse.Builder |
humanLoopRequestSource(HumanLoopRequestSource humanLoopRequestSource)
Container for configuring the source of human task requests.
|
default DescribeFlowDefinitionResponse.Builder |
outputConfig(Consumer<FlowDefinitionOutputConfig.Builder> outputConfig)
An object containing information about the output file.
|
DescribeFlowDefinitionResponse.Builder |
outputConfig(FlowDefinitionOutputConfig outputConfig)
An object containing information about the output file.
|
DescribeFlowDefinitionResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role
for the flow definition.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeFlowDefinitionResponse.Builder flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow defintion.
flowDefinitionArn
- The Amazon Resource Name (ARN) of the flow defintion.DescribeFlowDefinitionResponse.Builder flowDefinitionName(String flowDefinitionName)
The Amazon Resource Name (ARN) of the flow definition.
flowDefinitionName
- The Amazon Resource Name (ARN) of the flow definition.DescribeFlowDefinitionResponse.Builder flowDefinitionStatus(String flowDefinitionStatus)
The status of the flow definition. Valid values are listed below.
flowDefinitionStatus
- The status of the flow definition. Valid values are listed below.FlowDefinitionStatus
,
FlowDefinitionStatus
DescribeFlowDefinitionResponse.Builder flowDefinitionStatus(FlowDefinitionStatus flowDefinitionStatus)
The status of the flow definition. Valid values are listed below.
flowDefinitionStatus
- The status of the flow definition. Valid values are listed below.FlowDefinitionStatus
,
FlowDefinitionStatus
DescribeFlowDefinitionResponse.Builder creationTime(Instant creationTime)
The timestamp when the flow definition was created.
creationTime
- The timestamp when the flow definition was created.DescribeFlowDefinitionResponse.Builder humanLoopRequestSource(HumanLoopRequestSource humanLoopRequestSource)
Container for configuring the source of human task requests. Used to specify if Amazon Rekognition or Amazon Textract is used as an integration source.
humanLoopRequestSource
- Container for configuring the source of human task requests. Used to specify if Amazon Rekognition or
Amazon Textract is used as an integration source.default DescribeFlowDefinitionResponse.Builder humanLoopRequestSource(Consumer<HumanLoopRequestSource.Builder> humanLoopRequestSource)
Container for configuring the source of human task requests. Used to specify if Amazon Rekognition or Amazon Textract is used as an integration source.
This is a convenience method that creates an instance of theHumanLoopRequestSource.Builder
avoiding
the need to create one manually via HumanLoopRequestSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to humanLoopRequestSource(HumanLoopRequestSource)
.
humanLoopRequestSource
- a consumer that will call methods on HumanLoopRequestSource.Builder
humanLoopRequestSource(HumanLoopRequestSource)
DescribeFlowDefinitionResponse.Builder humanLoopActivationConfig(HumanLoopActivationConfig humanLoopActivationConfig)
An object containing information about what triggers a human review workflow.
humanLoopActivationConfig
- An object containing information about what triggers a human review workflow.default DescribeFlowDefinitionResponse.Builder humanLoopActivationConfig(Consumer<HumanLoopActivationConfig.Builder> humanLoopActivationConfig)
An object containing information about what triggers a human review workflow.
This is a convenience method that creates an instance of theHumanLoopActivationConfig.Builder
avoiding the need to create one manually via HumanLoopActivationConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to humanLoopActivationConfig(HumanLoopActivationConfig)
.
humanLoopActivationConfig
- a consumer that will call methods on HumanLoopActivationConfig.Builder
humanLoopActivationConfig(HumanLoopActivationConfig)
DescribeFlowDefinitionResponse.Builder humanLoopConfig(HumanLoopConfig humanLoopConfig)
An object containing information about who works on the task, the workforce task price, and other task details.
humanLoopConfig
- An object containing information about who works on the task, the workforce task price, and other task
details.default DescribeFlowDefinitionResponse.Builder humanLoopConfig(Consumer<HumanLoopConfig.Builder> humanLoopConfig)
An object containing information about who works on the task, the workforce task price, and other task details.
This is a convenience method that creates an instance of theHumanLoopConfig.Builder
avoiding the
need to create one manually via HumanLoopConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to humanLoopConfig(HumanLoopConfig)
.
humanLoopConfig
- a consumer that will call methods on HumanLoopConfig.Builder
humanLoopConfig(HumanLoopConfig)
DescribeFlowDefinitionResponse.Builder outputConfig(FlowDefinitionOutputConfig outputConfig)
An object containing information about the output file.
outputConfig
- An object containing information about the output file.default DescribeFlowDefinitionResponse.Builder outputConfig(Consumer<FlowDefinitionOutputConfig.Builder> outputConfig)
An object containing information about the output file.
This is a convenience method that creates an instance of theFlowDefinitionOutputConfig.Builder
avoiding the need to create one manually via FlowDefinitionOutputConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to outputConfig(FlowDefinitionOutputConfig)
.
outputConfig
- a consumer that will call methods on FlowDefinitionOutputConfig.Builder
outputConfig(FlowDefinitionOutputConfig)
DescribeFlowDefinitionResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition.
roleArn
- The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM)
execution role for the flow definition.DescribeFlowDefinitionResponse.Builder failureReason(String failureReason)
The reason your flow definition failed.
failureReason
- The reason your flow definition failed.Copyright © 2023. All rights reserved.