Interface EC2Specification.Builder

    • Method Detail

      • offeringClass

        EC2Specification.Builder offeringClass​(String offeringClass)

        Indicates whether you want a recommendation for standard or convertible reservations.

        Parameters:
        offeringClass - Indicates whether you want a recommendation for standard or convertible reservations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OfferingClass, OfferingClass
      • offeringClass

        EC2Specification.Builder offeringClass​(OfferingClass offeringClass)

        Indicates whether you want a recommendation for standard or convertible reservations.

        Parameters:
        offeringClass - Indicates whether you want a recommendation for standard or convertible reservations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OfferingClass, OfferingClass