Interface IdentityDocumentField.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IdentityDocumentField.Builder,,- IdentityDocumentField> - SdkBuilder<IdentityDocumentField.Builder,,- IdentityDocumentField> - SdkPojo
- Enclosing class:
- IdentityDocumentField
@Mutable
@NotThreadSafe
public static interface IdentityDocumentField.Builder
extends SdkPojo, CopyableBuilder<IdentityDocumentField.Builder,IdentityDocumentField> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeSets 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.
 
- 
typeSets 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 on- AnalyzeIDDetections.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
valueDetectionSets 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.
 
- 
valueDetectiondefault 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 on- AnalyzeIDDetections.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-