Interface LocalTimeZoneConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LocalTimeZoneConfig.Builder,,LocalTimeZoneConfig> SdkBuilder<LocalTimeZoneConfig.Builder,,LocalTimeZoneConfig> SdkPojo
- Enclosing class:
LocalTimeZoneConfig
@Mutable
@NotThreadSafe
public static interface LocalTimeZoneConfig.Builder
extends SdkPojo, CopyableBuilder<LocalTimeZoneConfig.Builder,LocalTimeZoneConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultTimeZone(String defaultTimeZone) Sets the value of the DefaultTimeZone property for this object.localTimeZoneDetection(Collection<LocalTimeZoneDetectionType> localTimeZoneDetection) Sets the value of the LocalTimeZoneDetection property for this object.localTimeZoneDetection(LocalTimeZoneDetectionType... localTimeZoneDetection) Sets the value of the LocalTimeZoneDetection property for this object.localTimeZoneDetectionWithStrings(String... localTimeZoneDetection) Sets the value of the LocalTimeZoneDetection property for this object.localTimeZoneDetectionWithStrings(Collection<String> localTimeZoneDetection) Sets the value of the LocalTimeZoneDetection property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
defaultTimeZone
Sets the value of the DefaultTimeZone property for this object.- Parameters:
defaultTimeZone- The new value for the DefaultTimeZone property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localTimeZoneDetectionWithStrings
LocalTimeZoneConfig.Builder localTimeZoneDetectionWithStrings(Collection<String> localTimeZoneDetection) Sets the value of the LocalTimeZoneDetection property for this object.- Parameters:
localTimeZoneDetection- The new value for the LocalTimeZoneDetection property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localTimeZoneDetectionWithStrings
Sets the value of the LocalTimeZoneDetection property for this object.- Parameters:
localTimeZoneDetection- The new value for the LocalTimeZoneDetection property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localTimeZoneDetection
LocalTimeZoneConfig.Builder localTimeZoneDetection(Collection<LocalTimeZoneDetectionType> localTimeZoneDetection) Sets the value of the LocalTimeZoneDetection property for this object.- Parameters:
localTimeZoneDetection- The new value for the LocalTimeZoneDetection property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localTimeZoneDetection
LocalTimeZoneConfig.Builder localTimeZoneDetection(LocalTimeZoneDetectionType... localTimeZoneDetection) Sets the value of the LocalTimeZoneDetection property for this object.- Parameters:
localTimeZoneDetection- The new value for the LocalTimeZoneDetection property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-