@Stability(value=Stable)
public static interface CfnDatastore.TimestampPartitionProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotanalytics.*;
TimestampPartitionProperty timestampPartitionProperty = TimestampPartitionProperty.builder()
.attributeName("attributeName")
// the properties below are optional
.timestampFormat("timestampFormat")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDatastore.TimestampPartitionProperty.Builder
A builder for
CfnDatastore.TimestampPartitionProperty |
static class |
CfnDatastore.TimestampPartitionProperty.Jsii$Proxy
An implementation for
CfnDatastore.TimestampPartitionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDatastore.TimestampPartitionProperty.Builder |
builder() |
String |
getAttributeName()
The attribute name of the partition defined by a timestamp.
|
default String |
getTimestampFormat()
The timestamp format of a partition defined by a timestamp.
|
@Stability(value=Stable) @NotNull String getAttributeName()
@Stability(value=Stable) @Nullable default String getTimestampFormat()
The default format is seconds since epoch (January 1, 1970 at midnight UTC time).
@Stability(value=Stable) static CfnDatastore.TimestampPartitionProperty.Builder builder()
Copyright © 2022. All rights reserved.