@Stability(value=Stable) public static final class CfnDataset.DatetimeOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.DatetimeOptionsProperty>
CfnDataset.DatetimeOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataset.DatetimeOptionsProperty |
build()
Builds the configured instance.
|
CfnDataset.DatetimeOptionsProperty.Builder |
format(String format)
Sets the value of
CfnDataset.DatetimeOptionsProperty.getFormat() |
CfnDataset.DatetimeOptionsProperty.Builder |
localeCode(String localeCode)
Sets the value of
CfnDataset.DatetimeOptionsProperty.getLocaleCode() |
CfnDataset.DatetimeOptionsProperty.Builder |
timezoneOffset(String timezoneOffset)
Sets the value of
CfnDataset.DatetimeOptionsProperty.getTimezoneOffset() |
@Stability(value=Stable) public CfnDataset.DatetimeOptionsProperty.Builder format(String format)
CfnDataset.DatetimeOptionsProperty.getFormat()format - Required option, that defines the datetime format used for a date parameter in the Amazon S3 path. This parameter is required.
Should use only supported datetime specifiers and separation characters, all litera a-z or A-Z character should be escaped with single quotes. E.g. "MM.dd.yyyy-'at'-HH:mm".this@Stability(value=Stable) public CfnDataset.DatetimeOptionsProperty.Builder localeCode(String localeCode)
CfnDataset.DatetimeOptionsProperty.getLocaleCode()localeCode - Optional value for a non-US locale code, needed for correct interpretation of some date formats.this@Stability(value=Stable) public CfnDataset.DatetimeOptionsProperty.Builder timezoneOffset(String timezoneOffset)
CfnDataset.DatetimeOptionsProperty.getTimezoneOffset()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.this@Stability(value=Stable) public CfnDataset.DatetimeOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.DatetimeOptionsProperty>CfnDataset.DatetimeOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.