@Generated(value="software.amazon.awssdk:codegen") public final class DatetimeOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatetimeOptions.Builder,DatetimeOptions>
Represents additional options for correct interpretation of datetime parameters used in the Amazon S3 path of a dataset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatetimeOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatetimeOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
format()
Required option, that defines the datetime format used for a date parameter in the Amazon S3 path.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
localeCode()
Optional value for a non-US locale code, needed for correct interpretation of some date formats.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatetimeOptions.Builder> |
serializableBuilderClass() |
String |
timezoneOffset()
Optional value for a timezone offset of the datetime parameter value in the Amazon S3 path.
|
DatetimeOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String format()
Required option, that defines the datetime format used for a date parameter in the Amazon S3 path. Should use only supported datetime specifiers and separation characters, all literal a-z or A-Z characters should be escaped with single quotes. E.g. "MM.dd.yyyy-'at'-HH:mm".
public final String timezoneOffset()
Optional value for a timezone offset of the datetime parameter value in the Amazon S3 path. Shouldn't be used if Format for this parameter includes timezone fields. If no offset specified, UTC is assumed.
public final String localeCode()
Optional value for a non-US locale code, needed for correct interpretation of some date formats.
public DatetimeOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatetimeOptions.Builder,DatetimeOptions>public static DatetimeOptions.Builder builder()
public static Class<? extends DatetimeOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.