Uses of Interface
software.amazon.awssdk.services.georoutes.model.LocalizedString.Builder
-
Packages that use LocalizedString.Builder Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of LocalizedString.Builder in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return LocalizedString.Builder Modifier and Type Method Description static LocalizedString.BuilderLocalizedString. builder()LocalizedString.BuilderLocalizedString.Builder. language(String language)A list of BCP 47 compliant language codes for the results to be rendered in.LocalizedString.BuilderLocalizedString. toBuilder()LocalizedString.BuilderLocalizedString.Builder. value(String value)The value of the localized string.Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type LocalizedString.Builder Modifier and Type Method Description static Class<? extends LocalizedString.Builder>LocalizedString. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type LocalizedString.Builder Modifier and Type Method Description default RouteMajorRoadLabel.BuilderRouteMajorRoadLabel.Builder. roadName(Consumer<LocalizedString.Builder> roadName)Name of the road (localized).default RouteSignpostLabel.BuilderRouteSignpostLabel.Builder. text(Consumer<LocalizedString.Builder> text)The Signpost text.
-