primaryValues
The value's primary values.
- Parameters:
primaryValues- The value's primary values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
Buildable, CopyableBuilder<DataTableValue.Builder,DataTableValue> , SdkBuilder<DataTableValue.Builder,DataTableValue> , SdkPojoDataTableValueattributeName(String attributeName) lastModifiedRegion(String lastModifiedRegion) lastModifiedTime(Instant lastModifiedTime) default DataTableValue.BuilderlockVersion(Consumer<DataTableLockVersion.Builder> lockVersion) lockVersion(DataTableLockVersion lockVersion) primaryValues(Collection<PrimaryValue> primaryValues) primaryValues(Consumer<PrimaryValue.Builder>... primaryValues) primaryValues(PrimaryValue... primaryValues) copyapplyMutation, buildequalsBySdkFields, sdkFieldNameToField, sdkFieldsThe value's primary values.
primaryValues - The value's primary values.The value's primary values.
primaryValues - The value's primary values.The value's primary values.
This is a convenience method that creates an instance of thePrimaryValue.Builder avoiding the need to create one
manually via PrimaryValue.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to primaryValues(List<PrimaryValue>).
primaryValues - a consumer that will call methods on
PrimaryValue.BuilderThe value's attribute name.
attributeName - The value's attribute name.The value's value.
value - The value's value.The value's lock version.
lockVersion - The value's lock version.The value's lock version.
This is a convenience method that creates an instance of theDataTableLockVersion.Builder avoiding
the need to create one manually via DataTableLockVersion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to lockVersion(DataTableLockVersion).
lockVersion - a consumer that will call methods on DataTableLockVersion.BuilderThe value's last modified time.
lastModifiedTime - The value's last modified time.The value's last modified region.
lastModifiedRegion - The value's last modified region.