Class TableSchemaCompositePartitionKey
- java.lang.Object
-
- com.pulumi.aws.timestreamwrite.outputs.TableSchemaCompositePartitionKey
-
public final class TableSchemaCompositePartitionKey extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TableSchemaCompositePartitionKey.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableSchemaCompositePartitionKey.Builder
builder()
static TableSchemaCompositePartitionKey.Builder
builder(TableSchemaCompositePartitionKey defaults)
java.util.Optional<java.lang.String>
enforcementInRecord()
java.util.Optional<java.lang.String>
name()
java.lang.String
type()
-
-
-
Method Detail
-
enforcementInRecord
public java.util.Optional<java.lang.String> enforcementInRecord()
- Returns:
- The level of enforcement for the specification of a dimension key in ingested records. Valid values: `REQUIRED`, `OPTIONAL`.
-
name
public java.util.Optional<java.lang.String> name()
- Returns:
- The name of the attribute used for a dimension key.
-
type
public java.lang.String type()
- Returns:
- The type of the partition key. Valid values: `DIMENSION`, `MEASURE`.
-
builder
public static TableSchemaCompositePartitionKey.Builder builder()
-
builder
public static TableSchemaCompositePartitionKey.Builder builder(TableSchemaCompositePartitionKey defaults)
-
-