Interface UpdateTarget.Builder

    • Method Detail

      • maintenanceTrackName

        UpdateTarget.Builder maintenanceTrackName​(String maintenanceTrackName)

        The name of the new maintenance track.

        Parameters:
        maintenanceTrackName - The name of the new maintenance track.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseVersion

        UpdateTarget.Builder databaseVersion​(String databaseVersion)

        The cluster version for the new maintenance track.

        Parameters:
        databaseVersion - The cluster version for the new maintenance track.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedOperations

        UpdateTarget.Builder supportedOperations​(Collection<SupportedOperation> supportedOperations)

        A list of operations supported by the maintenance track.

        Parameters:
        supportedOperations - A list of operations supported by the maintenance track.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedOperations

        UpdateTarget.Builder supportedOperations​(SupportedOperation... supportedOperations)

        A list of operations supported by the maintenance track.

        Parameters:
        supportedOperations - A list of operations supported by the maintenance track.
        Returns:
        Returns a reference to this object so that method calls can be chained together.