Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.LocalTimeZoneConfig.Builder
-
Packages that use LocalTimeZoneConfig.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of LocalTimeZoneConfig.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return LocalTimeZoneConfig.Builder Modifier and Type Method Description static LocalTimeZoneConfig.BuilderLocalTimeZoneConfig. builder()LocalTimeZoneConfig.BuilderLocalTimeZoneConfig.Builder. defaultTimeZone(String defaultTimeZone)Sets the value of the DefaultTimeZone property for this object.LocalTimeZoneConfig.BuilderLocalTimeZoneConfig.Builder. localTimeZoneDetection(Collection<LocalTimeZoneDetectionType> localTimeZoneDetection)Sets the value of the LocalTimeZoneDetection property for this object.LocalTimeZoneConfig.BuilderLocalTimeZoneConfig.Builder. localTimeZoneDetection(LocalTimeZoneDetectionType... localTimeZoneDetection)Sets the value of the LocalTimeZoneDetection property for this object.LocalTimeZoneConfig.BuilderLocalTimeZoneConfig.Builder. localTimeZoneDetectionWithStrings(String... localTimeZoneDetection)Sets the value of the LocalTimeZoneDetection property for this object.LocalTimeZoneConfig.BuilderLocalTimeZoneConfig.Builder. localTimeZoneDetectionWithStrings(Collection<String> localTimeZoneDetection)Sets the value of the LocalTimeZoneDetection property for this object.LocalTimeZoneConfig.BuilderLocalTimeZoneConfig. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type LocalTimeZoneConfig.Builder Modifier and Type Method Description static Class<? extends LocalTimeZoneConfig.Builder>LocalTimeZoneConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type LocalTimeZoneConfig.Builder Modifier and Type Method Description default CommunicationTimeConfig.BuilderCommunicationTimeConfig.Builder. localTimeZoneConfig(Consumer<LocalTimeZoneConfig.Builder> localTimeZoneConfig)Sets the value of the LocalTimeZoneConfig property for this object.
-