Class ListAddonsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • clusterId

        public ListAddonsRequest.Builder clusterId​(String clusterId)
        The OCID of the cluster.
        Parameters:
        clusterId - the value to set
        Returns:
        this builder instance
      • opcRequestId

        public ListAddonsRequest.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
      • limit

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

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

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

        public ListAddonsRequest.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
      • sortOrder

        public ListAddonsRequest.Builder sortOrder​(SortOrder sortOrder)
        The optional order in which to sort the results.
        Parameters:
        sortOrder - the value to set
        Returns:
        this builder instance
      • invocationCallback

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