Interface MemoryRecordMetadataValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MemoryRecordMetadataValue.Builder,,MemoryRecordMetadataValue> SdkBuilder<MemoryRecordMetadataValue.Builder,,MemoryRecordMetadataValue> SdkPojo
- Enclosing class:
- MemoryRecordMetadataValue
@Mutable
@NotThreadSafe
public static interface MemoryRecordMetadataValue.Builder
extends SdkPojo, CopyableBuilder<MemoryRecordMetadataValue.Builder,MemoryRecordMetadataValue>
-
Method Summary
Modifier and TypeMethodDescriptiondateTimeValue(Instant dateTimeValue) A timestamp value in ISO 8601 UTC format.numberValue(Double numberValue) A numeric value.stringListValue(String... stringListValue) A list of string values.stringListValue(Collection<String> stringListValue) A list of string values.stringValue(String stringValue) A string value.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
-
stringValue
A string value.
- Parameters:
stringValue- A string value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringListValue
A list of string values.
- Parameters:
stringListValue- A list of string values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringListValue
A list of string values.
- Parameters:
stringListValue- A list of string values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberValue
A numeric value.
- Parameters:
numberValue- A numeric value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateTimeValue
A timestamp value in ISO 8601 UTC format.
- Parameters:
dateTimeValue- A timestamp value in ISO 8601 UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-