Class UpdateIncidentRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • incidentKey

        public UpdateIncidentRequest.Builder incidentKey​(String incidentKey)
        Unique identifier for the support ticket.
        Parameters:
        incidentKey - the value to set
        Returns:
        this builder instance
      • updateIncidentDetails

        public UpdateIncidentRequest.Builder updateIncidentDetails​(UpdateIncident updateIncidentDetails)
        Details about the support ticket being updated.
        Parameters:
        updateIncidentDetails - the value to set
        Returns:
        this builder instance
      • compartmentId

        public UpdateIncidentRequest.Builder compartmentId​(String compartmentId)
        The OCID of the tenancy.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder instance
      • csi

        public UpdateIncidentRequest.Builder csi​(String csi)
        The Customer Support Identifier (CSI) number associated with the support account.

        The CSI is optional for all support request types.

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

        public UpdateIncidentRequest.Builder opcRequestId​(String opcRequestId)
        Unique Oracle-assigned identifier for the request.

        If you need to contact Oracle about a particular request, please provide the request ID.

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

        public UpdateIncidentRequest.Builder ifMatch​(String ifMatch)
        For optimistic concurrency control.

        In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value.

        Parameters:
        ifMatch - the value to set
        Returns:
        this builder instance
      • ocid

        public UpdateIncidentRequest.Builder ocid​(String ocid)
        User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.

        User OCID is mandatory for OCI Users and optional for Multicloud users.

        Parameters:
        ocid - the value to set
        Returns:
        this builder instance
      • homeregion

        public UpdateIncidentRequest.Builder homeregion​(String homeregion)
        The region of the tenancy.
        Parameters:
        homeregion - the value to set
        Returns:
        this builder instance
      • bearertokentype

        public UpdateIncidentRequest.Builder bearertokentype​(String bearertokentype)
        Token type that determine which cloud provider the request come from.
        Parameters:
        bearertokentype - the value to set
        Returns:
        this builder instance
      • bearertoken

        public UpdateIncidentRequest.Builder bearertoken​(String bearertoken)
        Token that provided by multi cloud provider, which help to validate the email.
        Parameters:
        bearertoken - the value to set
        Returns:
        this builder instance
      • idtoken

        public UpdateIncidentRequest.Builder idtoken​(String idtoken)
        IdToken that provided by multi cloud provider, which help to validate the email.
        Parameters:
        idtoken - the value to set
        Returns:
        this builder instance
      • domainid

        public UpdateIncidentRequest.Builder domainid​(String domainid)
        The OCID of identity domain.

        DomainID is mandatory if the user is part of Non Default Identity domain.

        Parameters:
        domainid - the value to set
        Returns:
        this builder instance
      • invocationCallback

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