@Stability(value=Stable) public static final class CfnDatastore.TimestampPartitionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDatastore.TimestampPartitionProperty>
CfnDatastore.TimestampPartitionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDatastore.TimestampPartitionProperty.Builder |
attributeName(String attributeName)
Sets the value of
CfnDatastore.TimestampPartitionProperty.getAttributeName() |
CfnDatastore.TimestampPartitionProperty |
build()
Builds the configured instance.
|
CfnDatastore.TimestampPartitionProperty.Builder |
timestampFormat(String timestampFormat)
Sets the value of
CfnDatastore.TimestampPartitionProperty.getTimestampFormat() |
@Stability(value=Stable) public CfnDatastore.TimestampPartitionProperty.Builder attributeName(String attributeName)
CfnDatastore.TimestampPartitionProperty.getAttributeName()attributeName - The attribute name of the partition defined by a timestamp. This parameter is required.this@Stability(value=Stable) public CfnDatastore.TimestampPartitionProperty.Builder timestampFormat(String timestampFormat)
CfnDatastore.TimestampPartitionProperty.getTimestampFormat()timestampFormat - The timestamp format of a partition defined by a timestamp.
The default format is seconds since epoch (January 1, 1970 at midnight UTC time).this@Stability(value=Stable) public CfnDatastore.TimestampPartitionProperty build()
build in interface software.amazon.jsii.Builder<CfnDatastore.TimestampPartitionProperty>CfnDatastore.TimestampPartitionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.