Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ReplicaDescription.Builder
Packages that use ReplicaDescription.Builder
-
Uses of ReplicaDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ReplicaDescription.BuilderModifier and TypeMethodDescriptionstatic ReplicaDescription.BuilderReplicaDescription.builder()ReplicaDescription.Builder.globalSecondaryIndexes(Collection<ReplicaGlobalSecondaryIndexDescription> globalSecondaryIndexes) Replica-specific global secondary index settings.ReplicaDescription.Builder.globalSecondaryIndexes(Consumer<ReplicaGlobalSecondaryIndexDescription.Builder>... globalSecondaryIndexes) Replica-specific global secondary index settings.ReplicaDescription.Builder.globalSecondaryIndexes(ReplicaGlobalSecondaryIndexDescription... globalSecondaryIndexes) Replica-specific global secondary index settings.ReplicaDescription.Builder.globalTableSettingsReplicationMode(String globalTableSettingsReplicationMode) Indicates one of the settings synchronization modes for the global table replica:ReplicaDescription.Builder.globalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode globalTableSettingsReplicationMode) Indicates one of the settings synchronization modes for the global table replica:ReplicaDescription.Builder.kmsMasterKeyId(String kmsMasterKeyId) The KMS key of the replica that will be used for KMS encryption.default ReplicaDescription.BuilderReplicaDescription.Builder.onDemandThroughputOverride(Consumer<OnDemandThroughputOverride.Builder> onDemandThroughputOverride) Overrides the maximum on-demand throughput settings for the specified replica table.ReplicaDescription.Builder.onDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride) Overrides the maximum on-demand throughput settings for the specified replica table.default ReplicaDescription.BuilderReplicaDescription.Builder.provisionedThroughputOverride(Consumer<ProvisionedThroughputOverride.Builder> provisionedThroughputOverride) Replica-specific provisioned throughput.ReplicaDescription.Builder.provisionedThroughputOverride(ProvisionedThroughputOverride provisionedThroughputOverride) Replica-specific provisioned throughput.ReplicaDescription.Builder.regionName(String regionName) The name of the Region.ReplicaDescription.Builder.replicaArn(String replicaArn) The Amazon Resource Name (ARN) of the global table replica.ReplicaDescription.Builder.replicaInaccessibleDateTime(Instant replicaInaccessibleDateTime) The time at which the replica was first detected as inaccessible.ReplicaDescription.Builder.replicaStatus(String replicaStatus) The current state of the replica:ReplicaDescription.Builder.replicaStatus(ReplicaStatus replicaStatus) The current state of the replica:ReplicaDescription.Builder.replicaStatusDescription(String replicaStatusDescription) Detailed information about the replica status.ReplicaDescription.Builder.replicaStatusPercentProgress(String replicaStatusPercentProgress) Specifies the progress of a Create, Update, or Delete action on the replica as a percentage.default ReplicaDescription.BuilderReplicaDescription.Builder.replicaTableClassSummary(Consumer<TableClassSummary.Builder> replicaTableClassSummary) Sets the value of the ReplicaTableClassSummary property for this object.ReplicaDescription.Builder.replicaTableClassSummary(TableClassSummary replicaTableClassSummary) Sets the value of the ReplicaTableClassSummary property for this object.ReplicaDescription.toBuilder()default ReplicaDescription.BuilderReplicaDescription.Builder.warmThroughput(Consumer<TableWarmThroughputDescription.Builder> warmThroughput) Represents the warm throughput value for this replica.ReplicaDescription.Builder.warmThroughput(TableWarmThroughputDescription warmThroughput) Represents the warm throughput value for this replica.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReplicaDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReplicaDescription.Builder>ReplicaDescription.serializableBuilderClass()