类 DeleteTableRequest


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

      • DeleteTableRequest

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

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

      • withTableName

        public DeleteTableRequest withTableName​(String tableName)
        Set the name of the table to be deleted.
        参数:
        tableName - The name of the table to be deleted.
        返回:
        Returns a reference to the object so that method calls can be chained together.
      • setTableName

        public void setTableName​(String tableName)
        Set the name of the table to be deleted.
        参数:
        tableName - The name of the table to be deleted.
      • getTableName

        public String getTableName()
        Get the name of the table to be deleted.
        返回:
        The name of the table to be deleted.