Interface OutputAttribute.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OutputAttribute.Builder,OutputAttribute>,SdkBuilder<OutputAttribute.Builder,OutputAttribute>,SdkPojo
- Enclosing class:
- OutputAttribute
public static interface OutputAttribute.Builder extends SdkPojo, CopyableBuilder<OutputAttribute.Builder,OutputAttribute>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputAttribute.Builderhashed(Boolean hashed)Enables the ability to hash the column values in the output.OutputAttribute.Buildername(String name)A name of a column to be written to the output.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
hashed
OutputAttribute.Builder hashed(Boolean hashed)
Enables the ability to hash the column values in the output.
- Parameters:
hashed- Enables the ability to hash the column values in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
OutputAttribute.Builder name(String name)
A name of a column to be written to the output. This must be an
InputFieldname in the schema mapping.- Parameters:
name- A name of a column to be written to the output. This must be anInputFieldname in the schema mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-