Interface ProvisionedThroughputDescription.Builder

    • Method Detail

      • lastIncreaseDateTime

        ProvisionedThroughputDescription.Builder lastIncreaseDateTime​(Instant lastIncreaseDateTime)

        The date and time of the last provisioned throughput increase for this table.

        Parameters:
        lastIncreaseDateTime - The date and time of the last provisioned throughput increase for this table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastDecreaseDateTime

        ProvisionedThroughputDescription.Builder lastDecreaseDateTime​(Instant lastDecreaseDateTime)

        The date and time of the last provisioned throughput decrease for this table.

        Parameters:
        lastDecreaseDateTime - The date and time of the last provisioned throughput decrease for this table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numberOfDecreasesToday

        ProvisionedThroughputDescription.Builder numberOfDecreasesToday​(Long numberOfDecreasesToday)

        The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide.

        Parameters:
        numberOfDecreasesToday - The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • readCapacityUnits

        ProvisionedThroughputDescription.Builder readCapacityUnits​(Long readCapacityUnits)

        The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.

        Parameters:
        readCapacityUnits - The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • writeCapacityUnits

        ProvisionedThroughputDescription.Builder writeCapacityUnits​(Long writeCapacityUnits)

        The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

        Parameters:
        writeCapacityUnits - The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
        Returns:
        Returns a reference to this object so that method calls can be chained together.