primaryValues
The identifier's primary values.
- Parameters:
primaryValues- The identifier's primary values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
Buildable, CopyableBuilder<DataTableDeleteValueIdentifier.Builder,DataTableDeleteValueIdentifier> , SdkBuilder<DataTableDeleteValueIdentifier.Builder,DataTableDeleteValueIdentifier> , SdkPojoDataTableDeleteValueIdentifierattributeName(String attributeName) lockVersion(Consumer<DataTableLockVersion.Builder> lockVersion) lockVersion(DataTableLockVersion lockVersion) primaryValues(Collection<PrimaryValue> primaryValues) primaryValues(Consumer<PrimaryValue.Builder>... primaryValues) primaryValues(PrimaryValue... primaryValues) copyapplyMutation, buildequalsBySdkFields, sdkFieldNameToField, sdkFieldsThe identifier's primary values.
primaryValues - The identifier's primary values.The identifier's primary values.
primaryValues - The identifier's primary values.The identifier'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 identifier's attribute name.
attributeName - The identifier's attribute name.The identifier's lock version.
lockVersion - The identifier's lock version.The identifier'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.Builder