Interface HumanLoopSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HumanLoopSummary.Builder,HumanLoopSummary>,SdkBuilder<HumanLoopSummary.Builder,HumanLoopSummary>,SdkPojo
- Enclosing class:
- HumanLoopSummary
public static interface HumanLoopSummary.Builder extends SdkPojo, CopyableBuilder<HumanLoopSummary.Builder,HumanLoopSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HumanLoopSummary.BuildercreationTime(Instant creationTime)When Amazon Augmented AI created the human loop.HumanLoopSummary.BuilderfailureReason(String failureReason)The reason why the human loop failed.HumanLoopSummary.BuilderflowDefinitionArn(String flowDefinitionArn)The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.HumanLoopSummary.BuilderhumanLoopName(String humanLoopName)The name of the human loop.HumanLoopSummary.BuilderhumanLoopStatus(String humanLoopStatus)The status of the human loop.HumanLoopSummary.BuilderhumanLoopStatus(HumanLoopStatus humanLoopStatus)The status of the human loop.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
humanLoopName
HumanLoopSummary.Builder humanLoopName(String humanLoopName)
The name of the human loop.
- Parameters:
humanLoopName- The name of the human loop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
humanLoopStatus
HumanLoopSummary.Builder humanLoopStatus(String humanLoopStatus)
The status of the human loop.
- Parameters:
humanLoopStatus- The status of the human loop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HumanLoopStatus,HumanLoopStatus
-
humanLoopStatus
HumanLoopSummary.Builder humanLoopStatus(HumanLoopStatus humanLoopStatus)
The status of the human loop.
- Parameters:
humanLoopStatus- The status of the human loop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HumanLoopStatus,HumanLoopStatus
-
creationTime
HumanLoopSummary.Builder creationTime(Instant creationTime)
When Amazon Augmented AI created the human loop.
- Parameters:
creationTime- When Amazon Augmented AI created the human loop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
HumanLoopSummary.Builder failureReason(String failureReason)
The reason why the human loop failed. A failure reason is returned when the status of the human loop is
Failed.- Parameters:
failureReason- The reason why the human loop failed. A failure reason is returned when the status of the human loop isFailed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowDefinitionArn
HumanLoopSummary.Builder flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
- Parameters:
flowDefinitionArn- The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-