Class GetSkillRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • odaInstanceId

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

        public GetSkillRequest.Builder skillId​(String skillId)
        Unique Skill identifier.
        Parameters:
        skillId - the value to set
        Returns:
        this builder instance
      • ifNoneMatch

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