Interface DescribeFleetAdvisorDatabasesResponse.Builder

  • Method Details

    • 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

      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

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

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

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

      Parameters:
      databases - a consumer that will call methods on DatabaseResponse.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.