ToCopyableBuilder<Timezone.Builder,Timezone>
@Generated("software.amazon.awssdk:codegen") public class Timezone extends Object implements ToCopyableBuilder<Timezone.Builder,Timezone>
A time zone associated with a DBInstance or a DBSnapshot. This data type is an element in the response to the DescribeDBInstances, the DescribeDBSnapshots, and the DescribeDBEngineVersions actions.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Timezone.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Timezone.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends Timezone.Builder> |
serializableBuilderClass() |
|
String |
timezoneName() |
The name of the time zone.
|
Timezone.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String timezoneName()
The name of the time zone.
public Timezone.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Timezone.Builder,Timezone>
public static Timezone.Builder builder()
public static Class<? extends Timezone.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.