Interface ReplicaAutoScalingUpdate.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ReplicaAutoScalingUpdate.Builder,ReplicaAutoScalingUpdate>
,SdkBuilder<ReplicaAutoScalingUpdate.Builder,ReplicaAutoScalingUpdate>
,SdkPojo
- Enclosing class:
- ReplicaAutoScalingUpdate
public static interface ReplicaAutoScalingUpdate.Builder extends SdkPojo, CopyableBuilder<ReplicaAutoScalingUpdate.Builder,ReplicaAutoScalingUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ReplicaAutoScalingUpdate.Builder
regionName(String regionName)
The Region where the replica exists.ReplicaAutoScalingUpdate.Builder
replicaGlobalSecondaryIndexUpdates(Collection<ReplicaGlobalSecondaryIndexAutoScalingUpdate> replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.ReplicaAutoScalingUpdate.Builder
replicaGlobalSecondaryIndexUpdates(Consumer<ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder>... replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.ReplicaAutoScalingUpdate.Builder
replicaGlobalSecondaryIndexUpdates(ReplicaGlobalSecondaryIndexAutoScalingUpdate... replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.default ReplicaAutoScalingUpdate.Builder
replicaProvisionedReadCapacityAutoScalingUpdate(Consumer<AutoScalingSettingsUpdate.Builder> replicaProvisionedReadCapacityAutoScalingUpdate)
Sets the value of the ReplicaProvisionedReadCapacityAutoScalingUpdate property for this object.ReplicaAutoScalingUpdate.Builder
replicaProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingUpdate)
Sets the value of the ReplicaProvisionedReadCapacityAutoScalingUpdate property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
regionName
ReplicaAutoScalingUpdate.Builder regionName(String regionName)
The Region where the replica exists.
- Parameters:
regionName
- The Region where the replica exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaGlobalSecondaryIndexUpdates
ReplicaAutoScalingUpdate.Builder replicaGlobalSecondaryIndexUpdates(Collection<ReplicaGlobalSecondaryIndexAutoScalingUpdate> replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.
- Parameters:
replicaGlobalSecondaryIndexUpdates
- Represents the auto scaling settings of global secondary indexes that will be modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaGlobalSecondaryIndexUpdates
ReplicaAutoScalingUpdate.Builder replicaGlobalSecondaryIndexUpdates(ReplicaGlobalSecondaryIndexAutoScalingUpdate... replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.
- Parameters:
replicaGlobalSecondaryIndexUpdates
- Represents the auto scaling settings of global secondary indexes that will be modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaGlobalSecondaryIndexUpdates
ReplicaAutoScalingUpdate.Builder replicaGlobalSecondaryIndexUpdates(Consumer<ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder>... replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.
This is a convenience method that creates an instance of theReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder
avoiding the need to create one manually viaReplicaGlobalSecondaryIndexAutoScalingUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#replicaGlobalSecondaryIndexUpdates(List
.) - Parameters:
replicaGlobalSecondaryIndexUpdates
- a consumer that will call methods onReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#replicaGlobalSecondaryIndexUpdates(java.util.Collection
)
-
replicaProvisionedReadCapacityAutoScalingUpdate
ReplicaAutoScalingUpdate.Builder replicaProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingUpdate)
Sets the value of the ReplicaProvisionedReadCapacityAutoScalingUpdate property for this object.- Parameters:
replicaProvisionedReadCapacityAutoScalingUpdate
- The new value for the ReplicaProvisionedReadCapacityAutoScalingUpdate property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaProvisionedReadCapacityAutoScalingUpdate
default ReplicaAutoScalingUpdate.Builder replicaProvisionedReadCapacityAutoScalingUpdate(Consumer<AutoScalingSettingsUpdate.Builder> replicaProvisionedReadCapacityAutoScalingUpdate)
Sets the value of the ReplicaProvisionedReadCapacityAutoScalingUpdate property for this object. This is a convenience method that creates an instance of theAutoScalingSettingsUpdate.Builder
avoiding the need to create one manually viaAutoScalingSettingsUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreplicaProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate)
.- Parameters:
replicaProvisionedReadCapacityAutoScalingUpdate
- a consumer that will call methods onAutoScalingSettingsUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
replicaProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate)
-
-