Class ListChannelsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • odaInstanceId

        public ListChannelsRequest.Builder odaInstanceId​(String odaInstanceId)
        Unique Digital Assistant instance identifier.
        Parameters:
        odaInstanceId - the value to set
        Returns:
        this builder instance
      • name

        public ListChannelsRequest.Builder name​(String name)
        List only the information for Channels with this name.

        Channels names are unique and may not change.

        Example: MyChannel

        Parameters:
        name - the value to set
        Returns:
        this builder instance
      • lifecycleState

        public ListChannelsRequest.Builder lifecycleState​(LifecycleState lifecycleState)
        List only the resources that are in this lifecycle state.
        Parameters:
        lifecycleState - the value to set
        Returns:
        this builder instance
      • limit

        public ListChannelsRequest.Builder limit​(Integer limit)
        The maximum number of items to return per page.
        Parameters:
        limit - the value to set
        Returns:
        this builder instance
      • page

        public ListChannelsRequest.Builder page​(String page)
        The page at which to start retrieving results.

        You get this value from the opc-next-page header in a previous list request. To retireve the first page, omit this query parameter.

        Example: MToxMA==

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

        public ListChannelsRequest.Builder sortBy​(ListChannelsRequest.SortBy sortBy)
        Sort on this field.

        You can specify one sort order only. The default sort field is timeCreated.

        The default sort order for timeCreated and timeUpdated is descending, and the default sort order for name is ascending.

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

        public ListChannelsRequest.Builder opcRequestId​(String opcRequestId)
        The client request ID for tracing.

        This value is included in the opc-request-id response header.

        Parameters:
        opcRequestId - 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