@Stability(value=Stable)
public static interface CfnDataset.DatetimeOptionsProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.databrew.*;
DatetimeOptionsProperty datetimeOptionsProperty = DatetimeOptionsProperty.builder()
.format("format")
// the properties below are optional
.localeCode("localeCode")
.timezoneOffset("timezoneOffset")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataset.DatetimeOptionsProperty.Builder
A builder for
CfnDataset.DatetimeOptionsProperty |
static class |
CfnDataset.DatetimeOptionsProperty.Jsii$Proxy
An implementation for
CfnDataset.DatetimeOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataset.DatetimeOptionsProperty.Builder |
builder() |
String |
getFormat()
`CfnDataset.DatetimeOptionsProperty.Format`.
|
default String |
getLocaleCode()
`CfnDataset.DatetimeOptionsProperty.LocaleCode`.
|
default String |
getTimezoneOffset()
`CfnDataset.DatetimeOptionsProperty.TimezoneOffset`.
|
@Stability(value=Stable) @NotNull String getFormat()
@Stability(value=Stable) @Nullable default String getLocaleCode()
@Stability(value=Stable) @Nullable default String getTimezoneOffset()
@Stability(value=Stable) static CfnDataset.DatetimeOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.