类 NotResource


  • public class NotResource
    extends Object
    notResource of Bucket Acl. Resource Affected by ACL Configuration Items. Indicates setting access to a resource except the one specified by notResource.
    • 构造器详细资料

      • NotResource

        public NotResource()
    • 方法详细资料

      • getNotResource

        public List<String> getNotResource()
        Gets the notResource of Bucket Acl.
        返回:
        the notResource of Bucket Acl.
      • setNotResource

        public void setNotResource​(List<String> notResource)
        Sets the notResource of Bucket Acl.
        参数:
        notResource - The resources of Bucket Acl.
      • withNotResource

        public NotResource withNotResource​(List<String> notResource)
        Sets the notResource of Bucket Acl.
        参数:
        notResource - The resources of Bucket Acl.
        返回:
        this Object.