Class PatchRRSetRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • zoneNameOrId

        public PatchRRSetRequest.Builder zoneNameOrId​(String zoneNameOrId)
        The name or OCID of the target zone.
        Parameters:
        zoneNameOrId - the value to set
        Returns:
        this builder instance
      • domain

        public PatchRRSetRequest.Builder domain​(String domain)
        The target fully-qualified domain name (FQDN) within the target zone.
        Parameters:
        domain - the value to set
        Returns:
        this builder instance
      • rtype

        public PatchRRSetRequest.Builder rtype​(String rtype)
        The type of the target RRSet within the target zone.
        Parameters:
        rtype - the value to set
        Returns:
        this builder instance
      • patchRRSetDetails

        public PatchRRSetRequest.Builder patchRRSetDetails​(PatchRRSetDetails patchRRSetDetails)
        Operations describing how to modify the collection of records.
        Parameters:
        patchRRSetDetails - the value to set
        Returns:
        this builder instance
      • ifMatch

        public PatchRRSetRequest.Builder ifMatch​(String ifMatch)
        The If-Match header field makes the request method conditional on the existence of at least one current representation of the target resource, when the field-value is *, or having a current representation of the target resource that has an entity-tag matching a member of the list of entity-tags provided in the field-value.
        Parameters:
        ifMatch - the value to set
        Returns:
        this builder instance
      • ifUnmodifiedSince

        public PatchRRSetRequest.Builder ifUnmodifiedSince​(String ifUnmodifiedSince)
        The If-Unmodified-Since header field makes the request method conditional on the selected representation’s last modification date being earlier than or equal to the date provided in the field-value.

        This field accomplishes the same purpose as If-Match for cases where the user agent does not have an entity-tag for the representation.

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

        public PatchRRSetRequest.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
      • scope

        public PatchRRSetRequest.Builder scope​(Scope scope)
        Specifies to operate only on resources that have a matching DNS scope.
        Parameters:
        scope - the value to set
        Returns:
        this builder instance
      • viewId

        public PatchRRSetRequest.Builder viewId​(String viewId)
        The OCID of the view the zone is associated with.

        Required when accessing a private zone by name.

        Parameters:
        viewId - the value to set
        Returns:
        this builder instance
      • compartmentId

        public PatchRRSetRequest.Builder compartmentId​(String compartmentId)
        The OCID of the compartment the zone belongs to.

        This parameter is deprecated and should be omitted.

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

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