public static interface LabelOptions.Builder extends SdkPojo, CopyableBuilder<LabelOptions.Builder,LabelOptions>
| Modifier and Type | Method and Description |
|---|---|
LabelOptions.Builder |
timezone(String timezone)
The time zone to use for metric data return in this operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLabelOptions.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.
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.Copyright © 2023. All rights reserved.