@Stability(value=Stable)
public static interface CfnDatastore.TimestampPartitionProperty
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.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()
`CfnDatastore.TimestampPartitionProperty.AttributeName`.
|
default String |
getTimestampFormat()
`CfnDatastore.TimestampPartitionProperty.TimestampFormat`.
|
@Stability(value=Stable) @NotNull String getAttributeName()
@Stability(value=Stable) @Nullable default String getTimestampFormat()
@Stability(value=Stable) static CfnDatastore.TimestampPartitionProperty.Builder builder()
Copyright © 2021. All rights reserved.