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 Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
inputSourceARN
The 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.
-
recordId
The 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.
-