Interface Timezone.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Timezone.Builder,Timezone>, SdkBuilder<Timezone.Builder,Timezone>, SdkPojo
Enclosing class:
Timezone

public static interface Timezone.Builder extends SdkPojo, CopyableBuilder<Timezone.Builder,Timezone>
  • Method Details

    • timezoneName

      Timezone.Builder timezoneName(String timezoneName)

      The name of the time zone.

      Parameters:
      timezoneName - The name of the time zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.