Uses of Interface
software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription.Builder
Packages that use GlobalSecondaryIndexDescription.Builder
-
Uses of GlobalSecondaryIndexDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GlobalSecondaryIndexDescription.BuilderModifier and TypeMethodDescriptionGlobalSecondaryIndexDescription.Builder.backfilling(Boolean backfilling) Indicates whether the index is currently backfilling.GlobalSecondaryIndexDescription.builder()The Amazon Resource Name (ARN) that uniquely identifies the index.The name of the global secondary index.GlobalSecondaryIndexDescription.Builder.indexSizeBytes(Long indexSizeBytes) The total size of the specified index, in bytes.GlobalSecondaryIndexDescription.Builder.indexStatus(String indexStatus) The current state of the global secondary index:GlobalSecondaryIndexDescription.Builder.indexStatus(IndexStatus indexStatus) The current state of the global secondary index:The number of items in the specified index.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.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.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:GlobalSecondaryIndexDescription.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) The maximum number of read and write units for the specified global secondary index.GlobalSecondaryIndexDescription.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) The maximum number of read and write units for the specified global secondary index.GlobalSecondaryIndexDescription.Builder.projection(Consumer<Projection.Builder> projection) Represents attributes that are copied (projected) from the table into the global secondary index.GlobalSecondaryIndexDescription.Builder.projection(Projection projection) Represents attributes that are copied (projected) from the table into the global secondary index.GlobalSecondaryIndexDescription.Builder.provisionedThroughput(Consumer<ProvisionedThroughputDescription.Builder> provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.GlobalSecondaryIndexDescription.Builder.provisionedThroughput(ProvisionedThroughputDescription provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.GlobalSecondaryIndexDescription.toBuilder()GlobalSecondaryIndexDescription.Builder.warmThroughput(Consumer<GlobalSecondaryIndexWarmThroughputDescription.Builder> warmThroughput) Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index.GlobalSecondaryIndexDescription.Builder.warmThroughput(GlobalSecondaryIndexWarmThroughputDescription warmThroughput) Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalSecondaryIndexDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GlobalSecondaryIndexDescription.Builder>GlobalSecondaryIndexDescription.serializableBuilderClass()