public static interface OutputAttribute.Builder extends SdkPojo, CopyableBuilder<OutputAttribute.Builder,OutputAttribute>
| Modifier and Type | Method and Description |
|---|---|
OutputAttribute.Builder |
hashed(Boolean hashed)
Enables the ability to hash the column values in the output.
|
OutputAttribute.Builder |
name(String name)
A name of a column to be written to the output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutputAttribute.Builder hashed(Boolean hashed)
Enables the ability to hash the column values in the output.
hashed - Enables the ability to hash the column values in the output.OutputAttribute.Builder name(String name)
A name of a column to be written to the output. This must be an InputField name in the schema
mapping.
name - A name of a column to be written to the output. This must be an InputField name in the
schema mapping.Copyright © 2023. All rights reserved.