Class SetObjectAclRequest

    • Constructor Detail

      • SetObjectAclRequest

        public SetObjectAclRequest​(java.lang.String bucketName,
                                   java.lang.String key)
    • Method Detail

      • getQueryParams

        public java.util.Map<java.lang.String,​java.lang.String> getQueryParams()
        Description copied from class: ObjectRequest
        Override to return the request-specific query parameters based on properties of the request. Do NOT include the subresource in this map; it will be inserted automatically. Note this implementation uses a TreeSet, which will sort the parameters by name. This is done to make URLs consistent for testing and should not change the semantics of any request.
        Overrides:
        getQueryParams in class ObjectRequest
      • getHeaders

        public java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> getHeaders()
        Description copied from class: ObjectRequest
        Override to return request-specific headers based on properties of the request. Always call super() first and modify the result.
        Overrides:
        getHeaders in class ObjectRequest
      • getVersionId

        public java.lang.String getVersionId()
      • setVersionId

        public void setVersionId​(java.lang.String versionId)
      • getCannedAcl

        public CannedAcl getCannedAcl()
      • setCannedAcl

        public void setCannedAcl​(CannedAcl cannedAcl)