Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.AttributeValueItem.Builder
-
Packages that use AttributeValueItem.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of AttributeValueItem.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return AttributeValueItem.Builder Modifier and Type Method Description static AttributeValueItem.BuilderAttributeValueItem. builder()AttributeValueItem.BuilderAttributeValueItem. toBuilder()AttributeValueItem.BuilderAttributeValueItem.Builder. value(String value)An individual value belonging to the given attribute.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type AttributeValueItem.Builder Modifier and Type Method Description static Class<? extends AttributeValueItem.Builder>AttributeValueItem. serializableBuilderClass()
-