类 UpdateTableRequest


  • public class UpdateTableRequest
    extends AbstractBceRequest
    Represents the input of a UpdateTable operation.
    • 构造器详细资料

      • UpdateTableRequest

        public UpdateTableRequest()
        Constructs a new UpdateTableRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
      • UpdateTableRequest

        public UpdateTableRequest​(String name)
        Constructs a new UpdateTableRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
        参数:
        name - The name of table to be updated.
    • 方法详细资料

      • setTableName

        public void setTableName​(String tableName)
        Set the name of table for this object.
        参数:
        tableName - The name of table set for this object.
      • withTableName

        public UpdateTableRequest withTableName​(String tableName)
        Set the name of table for this object.
        参数:
        tableName - The name of table set for this object.
        返回:
        A reference to this object so that method calls can be chained together.
      • getTableName

        public String getTableName()
        Get the name of table from this object.
        返回:
        The name of table got from this object.
      • setProvisionedThroughput

        public void setProvisionedThroughput​(ProvisionedThroughput provision)
        Set provisioned throughput for updating table.
        参数:
        provision - The ProvisionedThroughput object used to set provisioned throughput for updating table.
      • withProvisionedThroughput

        public UpdateTableRequest withProvisionedThroughput​(ProvisionedThroughput provision)
        Set provisioned throughput for updating table.
        参数:
        provision - The ProvisionedThroughput object used to set provisioned throughput for updating table.
        返回:
        A reference to this object so that method calls can be chained together.
      • getProvisionedThroughput

        public ProvisionedThroughput getProvisionedThroughput()
        Get the ProvisionedThroughput object used to set provisioned throughput for updating table from this object.
        返回:
        The ProvisionedThroughput object used to set provisioned throughput for updating table from this object.
      • toString

        public String toString()
        Return a string representation of request information.
        覆盖:
        toString 在类中 Object
        返回:
        A string representation of request information.