public static interface Field.Builder extends SdkPojo, CopyableBuilder<Field.Builder,Field>
| Modifier and Type | Method and Description |
|---|---|
Field.Builder |
arrayValue(ArrayValue arrayValue)
An array of values.
|
default Field.Builder |
arrayValue(Consumer<ArrayValue.Builder> arrayValue)
An array of values.
|
Field.Builder |
blobValue(SdkBytes blobValue)
A value of BLOB data type.
|
Field.Builder |
booleanValue(Boolean booleanValue)
A value of Boolean data type.
|
Field.Builder |
doubleValue(Double doubleValue)
A value of double data type.
|
Field.Builder |
isNull(Boolean isNull)
A NULL value.
|
Field.Builder |
longValue(Long longValue)
A value of long data type.
|
Field.Builder |
stringValue(String stringValue)
A value of string data type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildField.Builder isNull(Boolean isNull)
A NULL value.
isNull - A NULL value.Field.Builder booleanValue(Boolean booleanValue)
A value of Boolean data type.
booleanValue - A value of Boolean data type.Field.Builder longValue(Long longValue)
A value of long data type.
longValue - A value of long data type.Field.Builder doubleValue(Double doubleValue)
A value of double data type.
doubleValue - A value of double data type.Field.Builder stringValue(String stringValue)
A value of string data type.
stringValue - A value of string data type.Field.Builder blobValue(SdkBytes blobValue)
A value of BLOB data type.
blobValue - A value of BLOB data type.Field.Builder arrayValue(ArrayValue arrayValue)
An array of values.
arrayValue - An array of values.default Field.Builder arrayValue(Consumer<ArrayValue.Builder> arrayValue)
An array of values.
This is a convenience method that creates an instance of theArrayValue.Builder avoiding the need to
create one manually via ArrayValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to arrayValue(ArrayValue).
arrayValue - a consumer that will call methods on ArrayValue.BuilderarrayValue(ArrayValue)Copyright © 2023. All rights reserved.