@Stability(value=Stable) public static final class CfnDatastore.DatastorePartitionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDatastore.DatastorePartitionProperty>
CfnDatastore.DatastorePartitionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDatastore.DatastorePartitionProperty |
build()
Builds the configured instance.
|
CfnDatastore.DatastorePartitionProperty.Builder |
partition(CfnDatastore.PartitionProperty partition)
Sets the value of
CfnDatastore.DatastorePartitionProperty.getPartition() |
CfnDatastore.DatastorePartitionProperty.Builder |
partition(IResolvable partition)
Sets the value of
CfnDatastore.DatastorePartitionProperty.getPartition() |
CfnDatastore.DatastorePartitionProperty.Builder |
timestampPartition(CfnDatastore.TimestampPartitionProperty timestampPartition)
Sets the value of
CfnDatastore.DatastorePartitionProperty.getTimestampPartition() |
CfnDatastore.DatastorePartitionProperty.Builder |
timestampPartition(IResolvable timestampPartition)
Sets the value of
CfnDatastore.DatastorePartitionProperty.getTimestampPartition() |
@Stability(value=Stable) public CfnDatastore.DatastorePartitionProperty.Builder partition(CfnDatastore.PartitionProperty partition)
CfnDatastore.DatastorePartitionProperty.getPartition()partition - A partition dimension defined by an attribute.this@Stability(value=Stable) public CfnDatastore.DatastorePartitionProperty.Builder partition(IResolvable partition)
CfnDatastore.DatastorePartitionProperty.getPartition()partition - A partition dimension defined by an attribute.this@Stability(value=Stable) public CfnDatastore.DatastorePartitionProperty.Builder timestampPartition(CfnDatastore.TimestampPartitionProperty timestampPartition)
CfnDatastore.DatastorePartitionProperty.getTimestampPartition()timestampPartition - A partition dimension defined by a timestamp attribute.this@Stability(value=Stable) public CfnDatastore.DatastorePartitionProperty.Builder timestampPartition(IResolvable timestampPartition)
CfnDatastore.DatastorePartitionProperty.getTimestampPartition()timestampPartition - A partition dimension defined by a timestamp attribute.this@Stability(value=Stable) public CfnDatastore.DatastorePartitionProperty build()
build in interface software.amazon.jsii.Builder<CfnDatastore.DatastorePartitionProperty>CfnDatastore.DatastorePartitionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.