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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
matchGroups
The 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.
-
matchGroups
The 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.
-
matchGroups
The match groups from the generated match ID.
This is a convenience method that creates an instance of theMatchGroup.Builder
avoiding the need to create one manually viaMatchGroup.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomatchGroups(List<MatchGroup>)
.- Parameters:
matchGroups
- a consumer that will call methods onMatchGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failedRecords
The 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.
-
failedRecords
The 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.
-
failedRecords
The records that didn't receive a generated Match ID.
This is a convenience method that creates an instance of theFailedRecord.Builder
avoiding the need to create one manually viaFailedRecord.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofailedRecords(List<FailedRecord>)
.- Parameters:
failedRecords
- a consumer that will call methods onFailedRecord.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-