Class GetFieldRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • namespaceName

        public GetFieldRequest.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
      • fieldName

        public GetFieldRequest.Builder fieldName​(String fieldName)
        The field name.

        Field name can be obtained by running ‘oci log-analytics field list-fields –namespace-name ’. The json output ‘name’ parameter value contains the field name.

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

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

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