Interface MatchedRecord.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<MatchedRecord.Builder,,- MatchedRecord> - SdkBuilder<MatchedRecord.Builder,,- MatchedRecord> - SdkPojo
- Enclosing class:
- MatchedRecord
@Mutable
@NotThreadSafe
public static interface MatchedRecord.Builder
extends SdkPojo, CopyableBuilder<MatchedRecord.Builder,MatchedRecord> 
- 
Method SummaryModifier and TypeMethodDescriptioninputSourceARN(String inputSourceARN) The input source ARN of the matched record.The record ID of the matched record.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
inputSourceARNThe input source ARN of the matched record. - Parameters:
- inputSourceARN- The input source ARN of the matched record.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
recordIdThe record ID of the matched record. - Parameters:
- recordId- The record ID of the matched record.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-