Interface ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder,ReplicaGlobalSecondaryIndexAutoScalingUpdate>
,SdkBuilder<ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder,ReplicaGlobalSecondaryIndexAutoScalingUpdate>
,SdkPojo
- Enclosing class:
- ReplicaGlobalSecondaryIndexAutoScalingUpdate
public static interface ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder extends SdkPojo, CopyableBuilder<ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder,ReplicaGlobalSecondaryIndexAutoScalingUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder
indexName(String indexName)
The name of the global secondary index.default ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder
provisionedReadCapacityAutoScalingUpdate(Consumer<AutoScalingSettingsUpdate.Builder> provisionedReadCapacityAutoScalingUpdate)
Sets the value of the ProvisionedReadCapacityAutoScalingUpdate property for this object.ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder
provisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate provisionedReadCapacityAutoScalingUpdate)
Sets the value of the ProvisionedReadCapacityAutoScalingUpdate 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
indexName
ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder indexName(String indexName)
The name of the global secondary index.
- Parameters:
indexName
- The name of the global secondary index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedReadCapacityAutoScalingUpdate
ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder provisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate provisionedReadCapacityAutoScalingUpdate)
Sets the value of the ProvisionedReadCapacityAutoScalingUpdate property for this object.- Parameters:
provisionedReadCapacityAutoScalingUpdate
- The new value for the ProvisionedReadCapacityAutoScalingUpdate property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedReadCapacityAutoScalingUpdate
default ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder provisionedReadCapacityAutoScalingUpdate(Consumer<AutoScalingSettingsUpdate.Builder> provisionedReadCapacityAutoScalingUpdate)
Sets the value of the ProvisionedReadCapacityAutoScalingUpdate 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 toprovisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate)
.- Parameters:
provisionedReadCapacityAutoScalingUpdate
- 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:
provisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate)
-
-