Class ListChannelsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • queueId

        public ListChannelsRequest.Builder queueId​(String queueId)
        The unique queue identifier.
        Parameters:
        queueId - the value to set
        Returns:
        this builder instance
      • consumerGroupId

        public ListChannelsRequest.Builder consumerGroupId​(String consumerGroupId)
        Optional parameter to specify a consumer group.
        Parameters:
        consumerGroupId - the value to set
        Returns:
        this builder instance
      • opcRequestId

        public ListChannelsRequest.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 ListChannelsRequest.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
      • page

        public ListChannelsRequest.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
      • channelFilter

        public ListChannelsRequest.Builder channelFilter​(String channelFilter)
        Optional parameter to filter the channels.
        Parameters:
        channelFilter - the value to set
        Returns:
        this builder instance
      • invocationCallback

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