Interface ReplicaSpecification.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReplicaSpecification.Builder,ReplicaSpecification>, SdkBuilder<ReplicaSpecification.Builder,ReplicaSpecification>, SdkPojo
Enclosing class:
ReplicaSpecification

public static interface ReplicaSpecification.Builder extends SdkPojo, CopyableBuilder<ReplicaSpecification.Builder,ReplicaSpecification>
  • Method Details

    • region

      The Amazon Web Services Region.

      Parameters:
      region - The Amazon Web Services Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • readCapacityUnits

      ReplicaSpecification.Builder readCapacityUnits(Long readCapacityUnits)

      The provisioned read capacity units for the multi-Region table in the specified Amazon Web Services Region.

      Parameters:
      readCapacityUnits - The provisioned read capacity units for the multi-Region table in the specified Amazon Web Services Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • readCapacityAutoScaling

      ReplicaSpecification.Builder readCapacityAutoScaling(AutoScalingSettings readCapacityAutoScaling)

      The read capacity auto scaling settings for the multi-Region table in the specified Amazon Web Services Region.

      Parameters:
      readCapacityAutoScaling - The read capacity auto scaling settings for the multi-Region table in the specified Amazon Web Services Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • readCapacityAutoScaling

      default ReplicaSpecification.Builder readCapacityAutoScaling(Consumer<AutoScalingSettings.Builder> readCapacityAutoScaling)

      The read capacity auto scaling settings for the multi-Region table in the specified Amazon Web Services Region.

      This is a convenience method that creates an instance of the AutoScalingSettings.Builder avoiding the need to create one manually via AutoScalingSettings.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to readCapacityAutoScaling(AutoScalingSettings).

      Parameters:
      readCapacityAutoScaling - a consumer that will call methods on AutoScalingSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: