Interface HumanLoopRequestSource.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<HumanLoopRequestSource.Builder,HumanLoopRequestSource>
,SdkBuilder<HumanLoopRequestSource.Builder,HumanLoopRequestSource>
,SdkPojo
- Enclosing class:
- HumanLoopRequestSource
public static interface HumanLoopRequestSource.Builder extends SdkPojo, CopyableBuilder<HumanLoopRequestSource.Builder,HumanLoopRequestSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HumanLoopRequestSource.Builder
awsManagedHumanLoopRequestSource(String awsManagedHumanLoopRequestSource)
Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source.HumanLoopRequestSource.Builder
awsManagedHumanLoopRequestSource(AwsManagedHumanLoopRequestSource awsManagedHumanLoopRequestSource)
Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsManagedHumanLoopRequestSource
HumanLoopRequestSource.Builder awsManagedHumanLoopRequestSource(String awsManagedHumanLoopRequestSource)
Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:
- Parameters:
awsManagedHumanLoopRequestSource
- Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AwsManagedHumanLoopRequestSource
,AwsManagedHumanLoopRequestSource
-
awsManagedHumanLoopRequestSource
HumanLoopRequestSource.Builder awsManagedHumanLoopRequestSource(AwsManagedHumanLoopRequestSource awsManagedHumanLoopRequestSource)
Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:
- Parameters:
awsManagedHumanLoopRequestSource
- Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AwsManagedHumanLoopRequestSource
,AwsManagedHumanLoopRequestSource
-
-