@Stability(value=Stable)
public static interface CfnDatastore.PartitionProperty
extends software.amazon.jsii.JsiiSerializable
The dimension must be an AttributePartition or a TimestampPartition .
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.*;
PartitionProperty partitionProperty = PartitionProperty.builder()
.attributeName("attributeName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDatastore.PartitionProperty.Builder
A builder for
CfnDatastore.PartitionProperty |
static class |
CfnDatastore.PartitionProperty.Jsii$Proxy
An implementation for
CfnDatastore.PartitionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDatastore.PartitionProperty.Builder |
builder() |
String |
getAttributeName()
The name of the attribute that defines a partition dimension.
|
@Stability(value=Stable) @NotNull String getAttributeName()
@Stability(value=Stable) static CfnDatastore.PartitionProperty.Builder builder()
Copyright © 2022. All rights reserved.