Interface SoftwareUpdateOptions.Builder

  • Method Details

    • autoSoftwareUpdateEnabled

      SoftwareUpdateOptions.Builder autoSoftwareUpdateEnabled(Boolean autoSoftwareUpdateEnabled)

      Whether automatic service software updates are enabled for the domain.

      Parameters:
      autoSoftwareUpdateEnabled - Whether automatic service software updates are enabled for the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • useLatestServiceSoftwareForBlueGreen

      SoftwareUpdateOptions.Builder useLatestServiceSoftwareForBlueGreen(Boolean useLatestServiceSoftwareForBlueGreen)

      Whether the domain should use the latest service software version during a blue/green deployment. If enabled, the domain will automatically use the latest available service software when a blue/green deployment is triggered.

      Parameters:
      useLatestServiceSoftwareForBlueGreen - Whether the domain should use the latest service software version during a blue/green deployment. If enabled, the domain will automatically use the latest available service software when a blue/green deployment is triggered.
      Returns:
      Returns a reference to this object so that method calls can be chained together.