| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftdata.model |
| Modifier and Type | Method and Description |
|---|---|
Field.Builder |
Field.Builder.blobValue(SdkBytes blobValue)
A value of the BLOB data type.
|
Field.Builder |
Field.Builder.booleanValue(Boolean booleanValue)
A value of the Boolean data type.
|
static Field.Builder |
Field.builder() |
Field.Builder |
Field.Builder.doubleValue(Double doubleValue)
A value of the double data type.
|
Field.Builder |
Field.Builder.isNull(Boolean isNull)
A value that indicates whether the data is NULL.
|
Field.Builder |
Field.Builder.longValue(Long longValue)
A value of the long data type.
|
Field.Builder |
Field.Builder.stringValue(String stringValue)
A value of the string data type.
|
Field.Builder |
Field.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Field.Builder> |
Field.serializableBuilderClass() |
Copyright © 2022. All rights reserved.