Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder
-
Packages that use AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder Modifier and Type Method Description static AwsDynamoDbTableReplicaGlobalSecondaryIndex.BuilderAwsDynamoDbTableReplicaGlobalSecondaryIndex. builder()AwsDynamoDbTableReplicaGlobalSecondaryIndex.BuilderAwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder. indexName(String indexName)The name of the index.default AwsDynamoDbTableReplicaGlobalSecondaryIndex.BuilderAwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder. provisionedThroughputOverride(Consumer<AwsDynamoDbTableProvisionedThroughputOverride.Builder> provisionedThroughputOverride)Replica-specific configuration for the provisioned throughput for the index.AwsDynamoDbTableReplicaGlobalSecondaryIndex.BuilderAwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder. provisionedThroughputOverride(AwsDynamoDbTableProvisionedThroughputOverride provisionedThroughputOverride)Replica-specific configuration for the provisioned throughput for the index.AwsDynamoDbTableReplicaGlobalSecondaryIndex.BuilderAwsDynamoDbTableReplicaGlobalSecondaryIndex. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder Modifier and Type Method Description static Class<? extends AwsDynamoDbTableReplicaGlobalSecondaryIndex.Builder>AwsDynamoDbTableReplicaGlobalSecondaryIndex. serializableBuilderClass()
-