@Stability(value=Stable)
public static interface CfnDatastore.DatastorePartitionProperty
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.*;
DatastorePartitionProperty datastorePartitionProperty = DatastorePartitionProperty.builder()
.partition(PartitionProperty.builder()
.attributeName("attributeName")
.build())
.timestampPartition(TimestampPartitionProperty.builder()
.attributeName("attributeName")
// the properties below are optional
.timestampFormat("timestampFormat")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDatastore.DatastorePartitionProperty.Builder
A builder for
CfnDatastore.DatastorePartitionProperty |
static class |
CfnDatastore.DatastorePartitionProperty.Jsii$Proxy
An implementation for
CfnDatastore.DatastorePartitionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDatastore.DatastorePartitionProperty.Builder |
builder() |
default Object |
getPartition()
`CfnDatastore.DatastorePartitionProperty.Partition`.
|
default Object |
getTimestampPartition()
`CfnDatastore.DatastorePartitionProperty.TimestampPartition`.
|
@Stability(value=Stable) @Nullable default Object getPartition()
@Stability(value=Stable) @Nullable default Object getTimestampPartition()
@Stability(value=Stable) static CfnDatastore.DatastorePartitionProperty.Builder builder()
Copyright © 2021. All rights reserved.