Interface AgenticRetrieveMemoryMetadataValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgenticRetrieveMemoryMetadataValue.Builder,,AgenticRetrieveMemoryMetadataValue> SdkBuilder<AgenticRetrieveMemoryMetadataValue.Builder,,AgenticRetrieveMemoryMetadataValue> SdkPojo
- Enclosing class:
AgenticRetrieveMemoryMetadataValue
@Mutable
@NotThreadSafe
public static interface AgenticRetrieveMemoryMetadataValue.Builder
extends SdkPojo, CopyableBuilder<AgenticRetrieveMemoryMetadataValue.Builder,AgenticRetrieveMemoryMetadataValue>
-
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
-
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.
-
numberValue
A numeric value.
- Parameters:
numberValue- A numeric 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.
-
stringValue
A string value.
- Parameters:
stringValue- A string value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-