类 ProvisionedThroughput


  • public class ProvisionedThroughput
    extends Object
    Represents the provision throughput numbers for a specified table.
    • 构造器详细资料

      • ProvisionedThroughput

        public ProvisionedThroughput()
        Constructs a new ProvisionThroughput object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
    • 方法详细资料

      • getReadCapacityUnits

        public Long getReadCapacityUnits()
        Get the number of read capacity for this table.
        返回:
        The number of read capacity for this table, the type is in long type.
      • withReadCapacityUnits

        public ProvisionedThroughput withReadCapacityUnits​(Long capacity)
        Set the number of read capacity for this table.
        参数:
        capacity - The number of read capacity for this table, the type is in long type.
        返回:
        A reference to this object so that method calls can be chained together.
      • setReadCapacityUnits

        public void setReadCapacityUnits​(Long capacity)
        Set the number of read capacity for this table.
        参数:
        capacity - The number of read capacity for this table, the type is in long type.
      • withWriteCapacityUnits

        public ProvisionedThroughput withWriteCapacityUnits​(Long capacity)
        Set the number of write capacity for this table.
        参数:
        capacity - The number of write capacity for this table, the type is in long type.
        返回:
        A reference to this object so that method calls can be chained together.
      • setWriteCapacityUnits

        public void setWriteCapacityUnits​(Long capacity)
        Set the number of write capacity for this table.
        参数:
        capacity - The number of write capacity for this table, the type is in long type.
      • getWriteCapacityUnits

        public Long getWriteCapacityUnits()
        Get the number of write capacity for this table.
        返回:
        The number of write capacity for this table, the type is in long type.
      • toString

        public String toString()
        Return a string representation of the object.
        覆盖:
        toString 在类中 Object
        返回:
        A string representation of the object.
      • toJsonObj

        protected Object toJsonObj()