Interface DescribeFleetAdvisorDatabasesResponse.Builder

    • Method Detail

      • databases

        DescribeFleetAdvisorDatabasesResponse.Builder databases​(Collection<DatabaseResponse> databases)

        Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.

        Parameters:
        databases - Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databases

        DescribeFleetAdvisorDatabasesResponse.Builder databases​(DatabaseResponse... databases)

        Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.

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

        DescribeFleetAdvisorDatabasesResponse.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.