Interface LendingField.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<LendingField.Builder,,- LendingField> - SdkBuilder<LendingField.Builder,,- LendingField> - SdkPojo
- Enclosing class:
- LendingField
public static interface LendingField.Builder
extends SdkPojo, CopyableBuilder<LendingField.Builder,LendingField> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault LendingField.BuilderkeyDetection(Consumer<LendingDetection.Builder> keyDetection) Sets the value of the KeyDetection property for this object.keyDetection(LendingDetection keyDetection) Sets the value of the KeyDetection property for this object.The type of the lending document.valueDetections(Collection<LendingDetection> valueDetections) An array of LendingDetection objects.valueDetections(Consumer<LendingDetection.Builder>... valueDetections) An array of LendingDetection objects.valueDetections(LendingDetection... valueDetections) An array of LendingDetection objects.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, sdkFields
- 
Method Details- 
typeThe type of the lending document. - Parameters:
- type- The type of the lending document.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
keyDetectionSets the value of the KeyDetection property for this object.- Parameters:
- keyDetection- The new value for the KeyDetection property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
keyDetectionSets the value of the KeyDetection property for this object. This is a convenience method that creates an instance of theLendingDetection.Builderavoiding the need to create one manually viaLendingDetection.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tokeyDetection(LendingDetection).- Parameters:
- keyDetection- a consumer that will call methods on- LendingDetection.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
valueDetectionsAn array of LendingDetection objects. - Parameters:
- valueDetections- An array of LendingDetection objects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueDetectionsAn array of LendingDetection objects. - Parameters:
- valueDetections- An array of LendingDetection objects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueDetectionsAn array of LendingDetection objects. This is a convenience method that creates an instance of theLendingDetection.Builderavoiding the need to create one manually viaLendingDetection.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalueDetections(List<LendingDetection>).- Parameters:
- valueDetections- a consumer that will call methods on- LendingDetection.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-