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
Modifier and TypeMethodDescriptiondefault IdentityDocumentField.BuilderSets the value of the Type property for this object.type(AnalyzeIDDetections type) Sets the value of the Type property for this object.default IdentityDocumentField.BuildervalueDetection(Consumer<AnalyzeIDDetections.Builder> valueDetection) Sets the value of the ValueDetection property for this object.valueDetection(AnalyzeIDDetections valueDetection) Sets the value of the ValueDetection property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
Sets the value of the Type property for this object. This is a convenience method that creates an instance of theAnalyzeIDDetections.Builderavoiding the need to create one manually viaAnalyzeIDDetections.builder().When the
Consumercompletes,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:
 
 - 
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.Builderavoiding the need to create one manually viaAnalyzeIDDetections.builder().When the
Consumercompletes,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:
 
 
 -