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 Summary
Modifier and TypeMethodDescriptionThe time zone to use for metric data return in this operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
 
 
 -