Interface LabelOptions.Builder

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

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

    • timezone

      LabelOptions.Builder timezone(String timezone)

      The time zone to use for metric data return in this operation. The format is + or - followed by four digits. The first two digits indicate the number of hours ahead or behind of UTC, and the final two digits are the number of minutes. For example, +0130 indicates a time zone that is 1 hour and 30 minutes ahead of UTC. The default is +0000.

      Parameters:
      timezone - The time zone to use for metric data return in this operation. The format is + or - followed by four digits. The first two digits indicate the number of hours ahead or behind of UTC, and the final two digits are the number of minutes. For example, +0130 indicates a time zone that is 1 hour and 30 minutes ahead of UTC. The default is +0000.
      Returns:
      Returns a reference to this object so that method calls can be chained together.