Interface GetMatchIdResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetMatchIdResponse.Builder,,GetMatchIdResponse> EntityResolutionResponse.Builder,SdkBuilder<GetMatchIdResponse.Builder,,GetMatchIdResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetMatchIdResponse
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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods 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.
 
 
 -