Interface LocalTimeZoneConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LocalTimeZoneConfig.Builder,LocalTimeZoneConfig>,SdkBuilder<LocalTimeZoneConfig.Builder,LocalTimeZoneConfig>,SdkPojo
- Enclosing class:
- LocalTimeZoneConfig
public static interface LocalTimeZoneConfig.Builder extends SdkPojo, CopyableBuilder<LocalTimeZoneConfig.Builder,LocalTimeZoneConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalTimeZoneConfig.BuilderdefaultTimeZone(String defaultTimeZone)Sets the value of the DefaultTimeZone property for this object.LocalTimeZoneConfig.BuilderlocalTimeZoneDetection(Collection<LocalTimeZoneDetectionType> localTimeZoneDetection)Sets the value of the LocalTimeZoneDetection property for this object.LocalTimeZoneConfig.BuilderlocalTimeZoneDetection(LocalTimeZoneDetectionType... localTimeZoneDetection)Sets the value of the LocalTimeZoneDetection property for this object.LocalTimeZoneConfig.BuilderlocalTimeZoneDetectionWithStrings(String... localTimeZoneDetection)Sets the value of the LocalTimeZoneDetection property for this object.LocalTimeZoneConfig.BuilderlocalTimeZoneDetectionWithStrings(Collection<String> localTimeZoneDetection)Sets the value of the LocalTimeZoneDetection property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
defaultTimeZone
LocalTimeZoneConfig.Builder defaultTimeZone(String 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
LocalTimeZoneConfig.Builder localTimeZoneDetectionWithStrings(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.
-
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.
-
-