Class ListObjectVersionsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • namespaceName

        public ListObjectVersionsRequest.Builder namespaceName​(String namespaceName)
        The Object Storage namespace used for the request.
        Parameters:
        namespaceName - the value to set
        Returns:
        this builder instance
      • bucketName

        public ListObjectVersionsRequest.Builder bucketName​(String bucketName)
        The name of the bucket.

        Avoid entering confidential information. Example: my-new-bucket1

        Parameters:
        bucketName - the value to set
        Returns:
        this builder instance
      • prefix

        public ListObjectVersionsRequest.Builder prefix​(String prefix)
        The string to use for matching against the start of object names in a list query.
        Parameters:
        prefix - the value to set
        Returns:
        this builder instance
      • start

        public ListObjectVersionsRequest.Builder start​(String start)
        Returns object names which are lexicographically greater than or equal to this parameter.
        Parameters:
        start - the value to set
        Returns:
        this builder instance
      • end

        public ListObjectVersionsRequest.Builder end​(String end)
        Returns object names which are lexicographically strictly less than this parameter.
        Parameters:
        end - the value to set
        Returns:
        this builder instance
      • limit

        public ListObjectVersionsRequest.Builder limit​(Integer limit)
        For list pagination.

        The maximum number of results per page, or items to return in a paginated “List” call. For important details about how pagination works, see List Pagination.

        Parameters:
        limit - the value to set
        Returns:
        this builder instance
      • delimiter

        public ListObjectVersionsRequest.Builder delimiter​(String delimiter)
        When this parameter is set, only objects whose names do not contain the delimiter character (after an optionally specified prefix) are returned in the objects key of the response body.

        Scanned objects whose names contain the delimiter have the part of their name up to the first occurrence of the delimiter (including the optional prefix) returned as a set of prefixes. Note that only ‘/’ is a supported delimiter character at this time.

        Parameters:
        delimiter - the value to set
        Returns:
        this builder instance
      • fields

        public ListObjectVersionsRequest.Builder fields​(String fields)
        Object summary by default includes only the ‘name’ field.

        Use this parameter to also include ‘size’ (object size in bytes), ‘etag’, ‘md5’, ‘timeCreated’ (object creation date and time), ‘timeModified’ (object modification date and time), ‘storageTier’ and ‘archivalState’ fields. Specify the value of this parameter as a comma-separated, case-insensitive list of those field names. For example ‘name,etag,timeCreated,md5,timeModified,storageTier,archivalState’.

        Parameters:
        fields - the value to set
        Returns:
        this builder instance
      • opcClientRequestId

        public ListObjectVersionsRequest.Builder opcClientRequestId​(String opcClientRequestId)
        The client request ID for tracing.
        Parameters:
        opcClientRequestId - the value to set
        Returns:
        this builder instance
      • startAfter

        public ListObjectVersionsRequest.Builder startAfter​(String startAfter)
        Returns object names which are lexicographically strictly greater than this parameter.
        Parameters:
        startAfter - the value to set
        Returns:
        this builder instance
      • page

        public ListObjectVersionsRequest.Builder page​(String page)
        For list pagination.

        The value of the opc-next-page response header from the previous “List” call. For important details about how pagination works, see List Pagination.

        Parameters:
        page - the value to set
        Returns:
        this builder instance
      • invocationCallback

        public ListObjectVersionsRequest.Builder invocationCallback​(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
        Set the invocation callback for the request to be built.
        Parameters:
        invocationCallback - the invocation callback to be set for the request
        Returns:
        this builder instance
      • retryConfiguration

        public ListObjectVersionsRequest.Builder retryConfiguration​(RetryConfiguration retryConfiguration)
        Set the retry configuration for the request to be built.
        Parameters:
        retryConfiguration - the retry configuration to be used for the request
        Returns:
        this builder instance