Class GetChannelRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • odaInstanceId

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

        public GetChannelRequest.Builder channelId​(String channelId)
        Unique Channel identifier.
        Parameters:
        channelId - the value to set
        Returns:
        this builder instance
      • ifNoneMatch

        public GetChannelRequest.Builder ifNoneMatch​(String ifNoneMatch)
        The If-None-Match HTTP request header makes the request conditional.

        For GET methods, the service will return the requested resource, with a 200 status, only if it doesn’t have an ETag matching the given ones. When the condition fails for GET methods, then the service will return HTTP status code 304 (Not Modified).

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

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