Interface LocalTimeZoneConfig.Builder

  • Method Details

    • 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.