public static interface DatetimeOptions.Builder extends SdkPojo, CopyableBuilder<DatetimeOptions.Builder,DatetimeOptions>
| Modifier and Type | Method and Description |
|---|---|
DatetimeOptions.Builder |
format(String format)
Required option, that defines the datetime format used for a date parameter in the Amazon S3 path.
|
DatetimeOptions.Builder |
localeCode(String localeCode)
Optional value for a non-US locale code, needed for correct interpretation of some date formats.
|
DatetimeOptions.Builder |
timezoneOffset(String timezoneOffset)
Optional value for a timezone offset of the datetime parameter value in the Amazon S3 path.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatetimeOptions.Builder format(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".
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".DatetimeOptions.Builder timezoneOffset(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.
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.DatetimeOptions.Builder localeCode(String localeCode)
Optional value for a non-US locale code, needed for correct interpretation of some date formats.
localeCode - Optional value for a non-US locale code, needed for correct interpretation of some date formats.Copyright © 2023. All rights reserved.