Uses of Interface
software.amazon.awssdk.services.entityresolution.model.OutputAttribute.Builder
-
Packages that use OutputAttribute.Builder Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of OutputAttribute.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return OutputAttribute.Builder Modifier and Type Method Description static OutputAttribute.BuilderOutputAttribute. builder()OutputAttribute.BuilderOutputAttribute.Builder. hashed(Boolean hashed)Enables the ability to hash the column values in the output.OutputAttribute.BuilderOutputAttribute.Builder. name(String name)A name of a column to be written to the output.OutputAttribute.BuilderOutputAttribute. toBuilder()Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type OutputAttribute.Builder Modifier and Type Method Description static Class<? extends OutputAttribute.Builder>OutputAttribute. serializableBuilderClass()
-