@Stability(value=Stable) public static final class CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty |
build()
Builds the configured instance.
|
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder |
contributorInsightsSpecification(CfnGlobalTable.ContributorInsightsSpecificationProperty contributorInsightsSpecification)
|
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder |
contributorInsightsSpecification(IResolvable contributorInsightsSpecification)
|
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder |
indexName(String indexName)
|
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder |
readProvisionedThroughputSettings(CfnGlobalTable.ReadProvisionedThroughputSettingsProperty readProvisionedThroughputSettings)
|
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder |
readProvisionedThroughputSettings(IResolvable readProvisionedThroughputSettings)
|
@Stability(value=Stable) public CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder indexName(String indexName)
indexName - The name of the global secondary index. This parameter is required.
The name must be unique among all other indexes on this table.this@Stability(value=Stable) public CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder contributorInsightsSpecification(CfnGlobalTable.ContributorInsightsSpecificationProperty contributorInsightsSpecification)
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.getContributorInsightsSpecification()contributorInsightsSpecification - Updates the status for contributor insights for a specific table or index.
CloudWatch Contributor Insights for DynamoDB graphs display the partition key and (if applicable) sort key of frequently accessed items and frequently throttled items in plaintext. If you require the use of AWS Key Management Service (KMS) to encrypt this table’s partition key and sort key data with an AWS managed key or customer managed key, you should not enable CloudWatch Contributor Insights for DynamoDB for this table.this@Stability(value=Stable) public CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder contributorInsightsSpecification(IResolvable contributorInsightsSpecification)
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.getContributorInsightsSpecification()contributorInsightsSpecification - Updates the status for contributor insights for a specific table or index.
CloudWatch Contributor Insights for DynamoDB graphs display the partition key and (if applicable) sort key of frequently accessed items and frequently throttled items in plaintext. If you require the use of AWS Key Management Service (KMS) to encrypt this table’s partition key and sort key data with an AWS managed key or customer managed key, you should not enable CloudWatch Contributor Insights for DynamoDB for this table.this@Stability(value=Stable) public CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder readProvisionedThroughputSettings(CfnGlobalTable.ReadProvisionedThroughputSettingsProperty readProvisionedThroughputSettings)
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.getReadProvisionedThroughputSettings()readProvisionedThroughputSettings - Allows you to specify the read capacity settings for a replica global secondary index when the `BillingMode` is set to `PROVISIONED` .this@Stability(value=Stable) public CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder readProvisionedThroughputSettings(IResolvable readProvisionedThroughputSettings)
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.getReadProvisionedThroughputSettings()readProvisionedThroughputSettings - Allows you to specify the read capacity settings for a replica global secondary index when the `BillingMode` is set to `PROVISIONED` .this@Stability(value=Stable) public CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty>CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.