Interface RollbackServiceSoftwareOptions.Builder

  • Method Details

    • currentVersion

      RollbackServiceSoftwareOptions.Builder currentVersion(String currentVersion)

      The current service software version on the domain.

      Parameters:
      currentVersion - The current service software version on the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newVersion

      The service software version that the domain will roll back to.

      Parameters:
      newVersion - The service software version that the domain will roll back to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rollbackAvailable

      RollbackServiceSoftwareOptions.Builder rollbackAvailable(Boolean rollbackAvailable)

      Whether a service software rollback is available for the domain.

      Parameters:
      rollbackAvailable - Whether a service software rollback is available for the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      A description of the rollback status.

      Parameters:
      description - A description of the rollback status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.