Interface DescribeFleetAdvisorCollectorsResponse.Builder

    • Method Detail

      • collectors

        DescribeFleetAdvisorCollectorsResponse.Builder collectors​(Collection<CollectorResponse> collectors)

        Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.

        Parameters:
        collectors - Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • collectors

        DescribeFleetAdvisorCollectorsResponse.Builder collectors​(CollectorResponse... collectors)

        Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.

        Parameters:
        collectors - Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeFleetAdvisorCollectorsResponse.Builder nextToken​(String nextToken)

        If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

        Parameters:
        nextToken - If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
        Returns:
        Returns a reference to this object so that method calls can be chained together.