Interface Record.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Record.Builder,
,Record> SdkBuilder<Record.Builder,
,Record> SdkPojo
- Enclosing class:
Record
@Mutable
@NotThreadSafe
public static interface Record.Builder
extends SdkPojo, CopyableBuilder<Record.Builder,Record>
-
Method Summary
Modifier and TypeMethodDescriptioninputSourceARN
(String inputSourceARN) The input source ARN of the record.recordAttributeMap
(Map<String, String> recordAttributeMap) The record's attribute map.The unique ID of the record.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
inputSourceARN
The input source ARN of the record.
- Parameters:
inputSourceARN
- The input source ARN of the record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uniqueId
The unique ID of the record.
- Parameters:
uniqueId
- The unique ID of the record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordAttributeMap
The record's attribute map.
- Parameters:
recordAttributeMap
- The record's attribute map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-