Class UpdateDbSystemRequest


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20160918")
    public class UpdateDbSystemRequest
    extends BmcRequest<UpdateDbSystemDetails>

    Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/database/UpdateDbSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDbSystemRequest.

    • Constructor Detail

      • UpdateDbSystemRequest

        public UpdateDbSystemRequest()
    • Method Detail

      • getDbSystemId

        public String getDbSystemId()
        The DB system OCID.
      • getUpdateDbSystemDetails

        public UpdateDbSystemDetails getUpdateDbSystemDetails()
        Request to update the properties of a DB system.
      • getIfMatch

        public String getIfMatch()
        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.

      • getOpcDryRun

        public Boolean getOpcDryRun()
        Indicates that the request is a dry run, if set to “true”.

        A dry run request does not actually creating or updating a resource and is used only to perform validation on the submitted data.

      • builder

        public static UpdateDbSystemRequest.Builder builder()
        Return a new builder for this request object.
        Returns:
        builder for the request object