Interface AmiAggregation.Builder

    • Method Detail

      • amis

        AmiAggregation.Builder amis​(Collection<StringFilter> amis)

        The IDs of AMIs to aggregate findings for.

        Parameters:
        amis - The IDs of AMIs to aggregate findings for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • amis

        AmiAggregation.Builder amis​(StringFilter... amis)

        The IDs of AMIs to aggregate findings for.

        Parameters:
        amis - The IDs of AMIs to aggregate findings for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortBy

        AmiAggregation.Builder sortBy​(String sortBy)

        The value to sort results by.

        Parameters:
        sortBy - The value to sort results by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AmiSortBy, AmiSortBy
      • sortBy

        AmiAggregation.Builder sortBy​(AmiSortBy sortBy)

        The value to sort results by.

        Parameters:
        sortBy - The value to sort results by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AmiSortBy, AmiSortBy
      • sortOrder

        AmiAggregation.Builder sortOrder​(String sortOrder)

        The order to sort results by.

        Parameters:
        sortOrder - The order to sort results by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        AmiAggregation.Builder sortOrder​(SortOrder sortOrder)

        The order to sort results by.

        Parameters:
        sortOrder - The order to sort results by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder