Class ListPartsRequest

    • Constructor Detail

      • ListPartsRequest

        public ListPartsRequest​(java.lang.String bucketName,
                                java.lang.String key,
                                java.lang.String uploadId)
    • 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
      • getUploadId

        public java.lang.String getUploadId()
      • getMaxParts

        public java.lang.Integer getMaxParts()
      • setMaxParts

        public void setMaxParts​(java.lang.Integer maxParts)
      • getMarker

        public java.lang.String getMarker()
      • setMarker

        public void setMarker​(java.lang.String marker)
      • setEncodingType

        public void setEncodingType​(EncodingType encodingType)
      • withMaxParts

        public ListPartsRequest withMaxParts​(java.lang.Integer maxParts)