Uses of Interface
software.amazon.awssdk.services.entityresolution.model.ProviderSchemaAttribute.Builder
-
Packages that use ProviderSchemaAttribute.Builder Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of ProviderSchemaAttribute.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return ProviderSchemaAttribute.Builder Modifier and Type Method Description static ProviderSchemaAttribute.BuilderProviderSchemaAttribute. builder()ProviderSchemaAttribute.BuilderProviderSchemaAttribute.Builder. fieldName(String fieldName)The field name.ProviderSchemaAttribute.BuilderProviderSchemaAttribute.Builder. hashing(Boolean hashing)The hashing attribute of the provider schema.ProviderSchemaAttribute.BuilderProviderSchemaAttribute.Builder. subType(String subType)The sub type of the provider schema attribute.ProviderSchemaAttribute.BuilderProviderSchemaAttribute. toBuilder()ProviderSchemaAttribute.BuilderProviderSchemaAttribute.Builder. type(String type)The type of the provider schema attribute.ProviderSchemaAttribute.BuilderProviderSchemaAttribute.Builder. type(SchemaAttributeType type)The type of the provider schema attribute.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type ProviderSchemaAttribute.Builder Modifier and Type Method Description static Class<? extends ProviderSchemaAttribute.Builder>ProviderSchemaAttribute. serializableBuilderClass()
-