Interface IdentityDocumentField.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<IdentityDocumentField.Builder,IdentityDocumentField>
,SdkBuilder<IdentityDocumentField.Builder,IdentityDocumentField>
,SdkPojo
- Enclosing class:
- IdentityDocumentField
public static interface IdentityDocumentField.Builder extends SdkPojo, CopyableBuilder<IdentityDocumentField.Builder,IdentityDocumentField>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default IdentityDocumentField.Builder
type(Consumer<AnalyzeIDDetections.Builder> type)
Sets the value of the Type property for this object.IdentityDocumentField.Builder
type(AnalyzeIDDetections type)
Sets the value of the Type property for this object.default IdentityDocumentField.Builder
valueDetection(Consumer<AnalyzeIDDetections.Builder> valueDetection)
Sets the value of the ValueDetection property for this object.IdentityDocumentField.Builder
valueDetection(AnalyzeIDDetections valueDetection)
Sets the value of the ValueDetection property for this object.-
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
-
type
IdentityDocumentField.Builder type(AnalyzeIDDetections type)
Sets the value of the Type property for this object.- Parameters:
type
- The new value for the Type property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
default IdentityDocumentField.Builder type(Consumer<AnalyzeIDDetections.Builder> type)
Sets the value of the Type property for this object. This is a convenience method that creates an instance of theAnalyzeIDDetections.Builder
avoiding the need to create one manually viaAnalyzeIDDetections.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totype(AnalyzeIDDetections)
.- Parameters:
type
- a consumer that will call methods onAnalyzeIDDetections.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
type(AnalyzeIDDetections)
-
valueDetection
IdentityDocumentField.Builder valueDetection(AnalyzeIDDetections valueDetection)
Sets the value of the ValueDetection property for this object.- Parameters:
valueDetection
- The new value for the ValueDetection property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
valueDetection
default IdentityDocumentField.Builder valueDetection(Consumer<AnalyzeIDDetections.Builder> valueDetection)
Sets the value of the ValueDetection property for this object. This is a convenience method that creates an instance of theAnalyzeIDDetections.Builder
avoiding the need to create one manually viaAnalyzeIDDetections.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovalueDetection(AnalyzeIDDetections)
.- Parameters:
valueDetection
- a consumer that will call methods onAnalyzeIDDetections.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
valueDetection(AnalyzeIDDetections)
-
-