Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.backfilling(Boolean backfilling)
Indicates whether the index is currently backfilling.
|
static GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.builder() |
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.indexArn(String indexArn)
The Amazon Resource Name (ARN) that uniquely identifies the index.
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.indexName(String indexName)
The name of the global secondary index.
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.indexSizeBytes(Long indexSizeBytes)
The total size of the specified index, in bytes.
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.indexStatus(IndexStatus indexStatus)
The current state of the global secondary index:
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.indexStatus(String indexStatus)
The current state of the global secondary index:
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.itemCount(Long itemCount)
The number of items in the specified index.
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.keySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names
and key types:
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.keySchema(Consumer<KeySchemaElement.Builder>... keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names
and key types:
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.keySchema(KeySchemaElement... keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names
and key types:
|
default GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.projection(Consumer<Projection.Builder> projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.projection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
default GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.provisionedThroughput(Consumer<ProvisionedThroughputDescription.Builder> provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.provisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends GlobalSecondaryIndexDescription.Builder> |
GlobalSecondaryIndexDescription.serializableBuilderClass() |
Copyright © 2019. All rights reserved.