Class GetLabelRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • namespaceName

        public GetLabelRequest.Builder namespaceName​(String namespaceName)
        The Log Analytics namespace used for the request.

        The namespace can be obtained by running ‘oci os ns get’

        Parameters:
        namespaceName - the value to set
        Returns:
        this builder instance
      • labelName

        public GetLabelRequest.Builder labelName​(String labelName)
        The label name.

        Label name can be obtained by running ‘oci log-analytics label list-labels –namespace-name ’. The json output ‘name’ parameter value contains the label name.

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

        public GetLabelRequest.Builder opcRequestId​(String opcRequestId)
        The client request ID for tracing.
        Parameters:
        opcRequestId - the value to set
        Returns:
        this builder instance
      • invocationCallback

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