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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Timezone.Builder
timezoneName(String timezoneName)
The name of the time zone.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-