Uses of Interface
software.amazon.awssdk.services.geoplaces.model.FoodType.Builder
-
Packages that use FoodType.Builder Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of FoodType.Builder in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return FoodType.Builder Modifier and Type Method Description static FoodType.BuilderFoodType. builder()FoodType.BuilderFoodType.Builder. id(String id)The Food Type Id.FoodType.BuilderFoodType.Builder. localizedName(String localizedName)Localized name of the food type.FoodType.BuilderFoodType.Builder. primary(Boolean primary)Boolean which indicates if this food type is the primary offered by the place.FoodType.BuilderFoodType. toBuilder()Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type FoodType.Builder Modifier and Type Method Description static Class<? extends FoodType.Builder>FoodType. serializableBuilderClass()
-