| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
StringWrapper.Builder |
StringWrapper.Builder.clearValue()
Clears the value of the 'value' field.
|
static StringWrapper.Builder |
StringWrapper.newBuilder()
Creates a new StringWrapper RecordBuilder.
|
static StringWrapper.Builder |
StringWrapper.newBuilder(StringWrapper.Builder other)
Creates a new StringWrapper RecordBuilder by copying an existing Builder.
|
static StringWrapper.Builder |
StringWrapper.newBuilder(StringWrapper other)
Creates a new StringWrapper RecordBuilder by copying an existing StringWrapper instance.
|
StringWrapper.Builder |
StringWrapper.Builder.setValue(String value)
Sets the value of the 'value' field.
|
| Modifier and Type | Method and Description |
|---|---|
static StringWrapper.Builder |
StringWrapper.newBuilder(StringWrapper.Builder other)
Creates a new StringWrapper RecordBuilder by copying an existing Builder.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.