public static interface ReplicaSettingsDescription.Builder extends SdkPojo, CopyableBuilder<ReplicaSettingsDescription.Builder,ReplicaSettingsDescription>
| Modifier and Type | Method and Description |
|---|---|
ReplicaSettingsDescription.Builder |
regionName(String regionName)
The region name of the replica.
|
ReplicaSettingsDescription.Builder |
replicaBillingModeSummary(BillingModeSummary replicaBillingModeSummary)
The read/write capacity mode of the replica.
|
default ReplicaSettingsDescription.Builder |
replicaBillingModeSummary(Consumer<BillingModeSummary.Builder> replicaBillingModeSummary)
The read/write capacity mode of the replica.
|
ReplicaSettingsDescription.Builder |
replicaGlobalSecondaryIndexSettings(Collection<ReplicaGlobalSecondaryIndexSettingsDescription> replicaGlobalSecondaryIndexSettings)
Replica global secondary index settings for the global table.
|
ReplicaSettingsDescription.Builder |
replicaGlobalSecondaryIndexSettings(Consumer<ReplicaGlobalSecondaryIndexSettingsDescription.Builder>... replicaGlobalSecondaryIndexSettings)
Replica global secondary index settings for the global table.
|
ReplicaSettingsDescription.Builder |
replicaGlobalSecondaryIndexSettings(ReplicaGlobalSecondaryIndexSettingsDescription... replicaGlobalSecondaryIndexSettings)
Replica global secondary index settings for the global table.
|
ReplicaSettingsDescription.Builder |
replicaProvisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription replicaProvisionedReadCapacityAutoScalingSettings)
Autoscaling settings for a global table replica's read capacity units.
|
default ReplicaSettingsDescription.Builder |
replicaProvisionedReadCapacityAutoScalingSettings(Consumer<AutoScalingSettingsDescription.Builder> replicaProvisionedReadCapacityAutoScalingSettings)
Autoscaling settings for a global table replica's read capacity units.
|
ReplicaSettingsDescription.Builder |
replicaProvisionedReadCapacityUnits(Long replicaProvisionedReadCapacityUnits)
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. |
ReplicaSettingsDescription.Builder |
replicaProvisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription replicaProvisionedWriteCapacityAutoScalingSettings)
AutoScaling settings for a global table replica's write capacity units.
|
default ReplicaSettingsDescription.Builder |
replicaProvisionedWriteCapacityAutoScalingSettings(Consumer<AutoScalingSettingsDescription.Builder> replicaProvisionedWriteCapacityAutoScalingSettings)
AutoScaling settings for a global table replica's write capacity units.
|
ReplicaSettingsDescription.Builder |
replicaProvisionedWriteCapacityUnits(Long replicaProvisionedWriteCapacityUnits)
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException. |
ReplicaSettingsDescription.Builder |
replicaStatus(ReplicaStatus replicaStatus)
The current state of the region:
|
ReplicaSettingsDescription.Builder |
replicaStatus(String replicaStatus)
The current state of the region:
|
copyapplyMutation, buildReplicaSettingsDescription.Builder regionName(String regionName)
The region name of the replica.
regionName - The region name of the replica.ReplicaSettingsDescription.Builder replicaStatus(String replicaStatus)
The current state of the region:
CREATING - The region is being created.
UPDATING - The region is being updated.
DELETING - The region is being deleted.
ACTIVE - The region is ready for use.
replicaStatus - The current state of the region:
CREATING - The region is being created.
UPDATING - The region is being updated.
DELETING - The region is being deleted.
ACTIVE - The region is ready for use.
ReplicaStatus,
ReplicaStatusReplicaSettingsDescription.Builder replicaStatus(ReplicaStatus replicaStatus)
The current state of the region:
CREATING - The region is being created.
UPDATING - The region is being updated.
DELETING - The region is being deleted.
ACTIVE - The region is ready for use.
replicaStatus - The current state of the region:
CREATING - The region is being created.
UPDATING - The region is being updated.
DELETING - The region is being deleted.
ACTIVE - The region is ready for use.
ReplicaStatus,
ReplicaStatusReplicaSettingsDescription.Builder replicaBillingModeSummary(BillingModeSummary replicaBillingModeSummary)
The read/write capacity mode of the replica.
replicaBillingModeSummary - The read/write capacity mode of the replica.default ReplicaSettingsDescription.Builder replicaBillingModeSummary(Consumer<BillingModeSummary.Builder> replicaBillingModeSummary)
The read/write capacity mode of the replica.
This is a convenience that creates an instance of theBillingModeSummary.Builder avoiding the need to
create one manually via BillingModeSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to replicaBillingModeSummary(BillingModeSummary).replicaBillingModeSummary - a consumer that will call methods on BillingModeSummary.BuilderreplicaBillingModeSummary(BillingModeSummary)ReplicaSettingsDescription.Builder replicaProvisionedReadCapacityUnits(Long replicaProvisionedReadCapacityUnits)
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.
replicaProvisionedReadCapacityUnits - The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.ReplicaSettingsDescription.Builder replicaProvisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription replicaProvisionedReadCapacityAutoScalingSettings)
Autoscaling settings for a global table replica's read capacity units.
replicaProvisionedReadCapacityAutoScalingSettings - Autoscaling settings for a global table replica's read capacity units.default ReplicaSettingsDescription.Builder replicaProvisionedReadCapacityAutoScalingSettings(Consumer<AutoScalingSettingsDescription.Builder> replicaProvisionedReadCapacityAutoScalingSettings)
Autoscaling settings for a global table replica's read capacity units.
This is a convenience that creates an instance of theAutoScalingSettingsDescription.Builder avoiding
the need to create one manually via AutoScalingSettingsDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
replicaProvisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription).replicaProvisionedReadCapacityAutoScalingSettings - a consumer that will call methods on AutoScalingSettingsDescription.BuilderreplicaProvisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription)ReplicaSettingsDescription.Builder replicaProvisionedWriteCapacityUnits(Long replicaProvisionedWriteCapacityUnits)
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.
replicaProvisionedWriteCapacityUnits - The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.ReplicaSettingsDescription.Builder replicaProvisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription replicaProvisionedWriteCapacityAutoScalingSettings)
AutoScaling settings for a global table replica's write capacity units.
replicaProvisionedWriteCapacityAutoScalingSettings - AutoScaling settings for a global table replica's write capacity units.default ReplicaSettingsDescription.Builder replicaProvisionedWriteCapacityAutoScalingSettings(Consumer<AutoScalingSettingsDescription.Builder> replicaProvisionedWriteCapacityAutoScalingSettings)
AutoScaling settings for a global table replica's write capacity units.
This is a convenience that creates an instance of theAutoScalingSettingsDescription.Builder avoiding
the need to create one manually via AutoScalingSettingsDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
replicaProvisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription).replicaProvisionedWriteCapacityAutoScalingSettings - a consumer that will call methods on AutoScalingSettingsDescription.BuilderreplicaProvisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription)ReplicaSettingsDescription.Builder replicaGlobalSecondaryIndexSettings(Collection<ReplicaGlobalSecondaryIndexSettingsDescription> replicaGlobalSecondaryIndexSettings)
Replica global secondary index settings for the global table.
replicaGlobalSecondaryIndexSettings - Replica global secondary index settings for the global table.ReplicaSettingsDescription.Builder replicaGlobalSecondaryIndexSettings(ReplicaGlobalSecondaryIndexSettingsDescription... replicaGlobalSecondaryIndexSettings)
Replica global secondary index settings for the global table.
replicaGlobalSecondaryIndexSettings - Replica global secondary index settings for the global table.ReplicaSettingsDescription.Builder replicaGlobalSecondaryIndexSettings(Consumer<ReplicaGlobalSecondaryIndexSettingsDescription.Builder>... replicaGlobalSecondaryIndexSettings)
Replica global secondary index settings for the global table.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via
List#builder() .
When the Consumer completes, .Builder#build() is called immediately and its result is
passed to #replicaGlobalSecondaryIndexSettings(List) .replicaGlobalSecondaryIndexSettings - a consumer that will call methods on .Builder #replicaGlobalSecondaryIndexSettings(List) Copyright © 2019. All rights reserved.