Uses of Interface
software.amazon.awssdk.services.mturk.model.Locale.Builder
-
Packages that use Locale.Builder Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of Locale.Builder in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return Locale.Builder Modifier and Type Method Description static Locale.BuilderLocale. builder()Locale.BuilderLocale.Builder. country(String country)The country of the locale.Locale.BuilderLocale.Builder. subdivision(String subdivision)The state or subdivision of the locale.Locale.BuilderLocale. toBuilder()Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type Locale.Builder Modifier and Type Method Description static Class<? extends Locale.Builder>Locale. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mturk.model with type arguments of type Locale.Builder Modifier and Type Method Description default Qualification.BuilderQualification.Builder. localeValue(Consumer<Locale.Builder> localeValue)Sets the value of the LocaleValue property for this object.
-