Class GetPackageRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • listingId

        public GetPackageRequest.Builder listingId​(String listingId)
        The unique identifier for the listing.
        Parameters:
        listingId - the value to set
        Returns:
        this builder instance
      • packageVersion

        public GetPackageRequest.Builder packageVersion​(String packageVersion)
        The version of the package.

        Package versions are unique within a listing.

        Parameters:
        packageVersion - the value to set
        Returns:
        this builder instance
      • opcRequestId

        public GetPackageRequest.Builder opcRequestId​(String opcRequestId)
        Unique Oracle-assigned identifier for the request.

        If you need to contact Oracle about a particular request, please provide the request ID.

        Parameters:
        opcRequestId - the value to set
        Returns:
        this builder instance
      • compartmentId

        public GetPackageRequest.Builder compartmentId​(String compartmentId)
        The unique identifier for the compartment.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder instance
      • invocationCallback

        public GetPackageRequest.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 GetPackageRequest.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