Interface ListSupportedInstanceTypesResponse.Builder

    • Method Detail

      • supportedInstanceTypes

        ListSupportedInstanceTypesResponse.Builder supportedInstanceTypes​(Collection<SupportedInstanceType> supportedInstanceTypes)

        The list of instance types that the release specified in ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region.

        Parameters:
        supportedInstanceTypes - The list of instance types that the release specified in ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedInstanceTypes

        ListSupportedInstanceTypesResponse.Builder supportedInstanceTypes​(SupportedInstanceType... supportedInstanceTypes)

        The list of instance types that the release specified in ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region.

        Parameters:
        supportedInstanceTypes - The list of instance types that the release specified in ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        ListSupportedInstanceTypesResponse.Builder marker​(String marker)

        The pagination token that marks the next set of results to retrieve.

        Parameters:
        marker - The pagination token that marks the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.