Interface DescribeFleetAdvisorCollectorsResponse.Builder

  • Method Details

    • 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

      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

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

      This is a convenience method that creates an instance of the CollectorResponse.Builder avoiding the need to create one manually via CollectorResponse.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to collectors(List<CollectorResponse>).

      Parameters:
      collectors - a consumer that will call methods on CollectorResponse.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.