Interface ReplicaSpecification.Builder

    • Method Detail

      • region

        ReplicaSpecification.Builder region​(String 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.