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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMatchIdResponse.BuildermatchId(String matchId)The unique identifiers for this group of match records.GetMatchIdResponse.BuildermatchRule(String matchRule)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 Detail
-
matchId
GetMatchIdResponse.Builder matchId(String 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
GetMatchIdResponse.Builder matchRule(String 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.
-
-