| Modifier and Type | Method and Description |
|---|---|
default BillingMode |
TableOptions.getBillingMode()
Specify how you are charged for read and write throughput and how you manage capacity.
|
BillingMode |
TableOptions.Jsii$Proxy.getBillingMode() |
BillingMode |
TableProps.Jsii$Proxy.getBillingMode() |
static BillingMode |
BillingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BillingMode[] |
BillingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Table.Builder |
Table.Builder.billingMode(BillingMode billingMode)
Specify how you are charged for read and write throughput and how you manage capacity.
|
TableOptions.Builder |
TableOptions.Builder.billingMode(BillingMode billingMode)
Sets the value of
TableOptions.getBillingMode() |
TableProps.Builder |
TableProps.Builder.billingMode(BillingMode billingMode)
Sets the value of
TableOptions.getBillingMode() |
| Constructor and Description |
|---|
Jsii$Proxy(BillingMode billingMode,
Boolean contributorInsightsEnabled,
TableEncryption encryption,
IKey encryptionKey,
Boolean pointInTimeRecovery,
Number readCapacity,
RemovalPolicy removalPolicy,
List<String> replicationRegions,
Duration replicationTimeout,
Boolean serverSideEncryption,
StreamViewType stream,
String timeToLiveAttribute,
Number writeCapacity,
Attribute partitionKey,
Attribute sortKey)
Constructor that initializes the object based on literal property values passed by the
TableOptions.Builder. |
Jsii$Proxy(IStream kinesisStream,
String tableName,
BillingMode billingMode,
Boolean contributorInsightsEnabled,
TableEncryption encryption,
IKey encryptionKey,
Boolean pointInTimeRecovery,
Number readCapacity,
RemovalPolicy removalPolicy,
List<String> replicationRegions,
Duration replicationTimeout,
Boolean serverSideEncryption,
StreamViewType stream,
String timeToLiveAttribute,
Number writeCapacity,
Attribute partitionKey,
Attribute sortKey)
Constructor that initializes the object based on literal property values passed by the
TableProps.Builder. |
Copyright © 2021. All rights reserved.