Interface LicenseRecommendationOption.Builder

    • Method Detail

      • rank

        LicenseRecommendationOption.Builder rank​(Integer rank)

        The rank of the license recommendation option.

        The top recommendation option is ranked as 1.

        Parameters:
        rank - The rank of the license recommendation option.

        The top recommendation option is ranked as 1.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operatingSystem

        LicenseRecommendationOption.Builder operatingSystem​(String operatingSystem)

        The operating system of a license recommendation option.

        Parameters:
        operatingSystem - The operating system of a license recommendation option.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • licenseEdition

        LicenseRecommendationOption.Builder licenseEdition​(String licenseEdition)

        The recommended edition of the license for the application that runs on the instance.

        Parameters:
        licenseEdition - The recommended edition of the license for the application that runs on the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LicenseEdition, LicenseEdition
      • licenseEdition

        LicenseRecommendationOption.Builder licenseEdition​(LicenseEdition licenseEdition)

        The recommended edition of the license for the application that runs on the instance.

        Parameters:
        licenseEdition - The recommended edition of the license for the application that runs on the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LicenseEdition, LicenseEdition
      • licenseModel

        LicenseRecommendationOption.Builder licenseModel​(String licenseModel)

        The recommended license type associated with the instance.

        Parameters:
        licenseModel - The recommended license type associated with the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LicenseModel, LicenseModel
      • licenseModel

        LicenseRecommendationOption.Builder licenseModel​(LicenseModel licenseModel)

        The recommended license type associated with the instance.

        Parameters:
        licenseModel - The recommended license type associated with the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LicenseModel, LicenseModel
      • savingsOpportunity

        LicenseRecommendationOption.Builder savingsOpportunity​(SavingsOpportunity savingsOpportunity)
        Sets the value of the SavingsOpportunity property for this object.
        Parameters:
        savingsOpportunity - The new value for the SavingsOpportunity property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.