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<DataTableValueIdentifier.Builder,DataTableValueIdentifier> , SdkBuilder<DataTableValueIdentifier.Builder,DataTableValueIdentifier> , SdkPojoDataTableValueIdentifierattributeName(String attributeName) 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.