Interface GetMatchIdResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetMatchIdResponse.Builder,
,GetMatchIdResponse> EntityResolutionResponse.Builder
,SdkBuilder<GetMatchIdResponse.Builder,
,GetMatchIdResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetMatchIdResponse
@Mutable
@NotThreadSafe
public static interface GetMatchIdResponse.Builder
extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<GetMatchIdResponse.Builder,GetMatchIdResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifiers for this group of match records.The rule the record matched on.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
-
matchId
The unique identifiers for this group of match records.
- Parameters:
matchId
- The unique identifiers for this group of match records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchRule
The rule the record matched on.
- Parameters:
matchRule
- The rule the record matched on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-