Interface GenerateMatchIdResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GenerateMatchIdResponse.Builder,,- GenerateMatchIdResponse> - EntityResolutionResponse.Builder,- SdkBuilder<GenerateMatchIdResponse.Builder,,- GenerateMatchIdResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GenerateMatchIdResponse
@Mutable
@NotThreadSafe
public static interface GenerateMatchIdResponse.Builder
extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<GenerateMatchIdResponse.Builder,GenerateMatchIdResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionfailedRecords(Collection<FailedRecord> failedRecords) The records that didn't receive a generated Match ID.failedRecords(Consumer<FailedRecord.Builder>... failedRecords) The records that didn't receive a generated Match ID.failedRecords(FailedRecord... failedRecords) The records that didn't receive a generated Match ID.matchGroups(Collection<MatchGroup> matchGroups) The match groups from the generated match ID.matchGroups(Consumer<MatchGroup.Builder>... matchGroups) The match groups from the generated match ID.matchGroups(MatchGroup... matchGroups) The match groups from the generated match ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
matchGroupsThe match groups from the generated match ID. - Parameters:
- matchGroups- The match groups from the generated match ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
matchGroupsThe match groups from the generated match ID. - Parameters:
- matchGroups- The match groups from the generated match ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
matchGroupsThe match groups from the generated match ID. This is a convenience method that creates an instance of theMatchGroup.Builderavoiding the need to create one manually viaMatchGroup.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomatchGroups(List<MatchGroup>).- Parameters:
- matchGroups- a consumer that will call methods on- MatchGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
failedRecordsThe records that didn't receive a generated Match ID. - Parameters:
- failedRecords- The records that didn't receive a generated Match ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failedRecordsThe records that didn't receive a generated Match ID. - Parameters:
- failedRecords- The records that didn't receive a generated Match ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failedRecordsThe records that didn't receive a generated Match ID. This is a convenience method that creates an instance of theFailedRecord.Builderavoiding the need to create one manually viaFailedRecord.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofailedRecords(List<FailedRecord>).- Parameters:
- failedRecords- a consumer that will call methods on- FailedRecord.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-