Interface LabelOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LabelOptions.Builder,,LabelOptions> SdkBuilder<LabelOptions.Builder,,LabelOptions> SdkPojo
- Enclosing class:
LabelOptions
@Mutable
@NotThreadSafe
public static interface LabelOptions.Builder
extends SdkPojo, CopyableBuilder<LabelOptions.Builder,LabelOptions>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Timezone property for this object.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, sdkFieldNameToField, sdkFields
-
Method Details
-
timezone
Sets the value of the Timezone property for this object.- Parameters:
timezone- The new value for the Timezone property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-