Interface ListReputationEntitiesResponse.Builder

  • Method Details

    • reputationEntities

      ListReputationEntitiesResponse.Builder reputationEntities(Collection<ReputationEntity> reputationEntities)

      An array that contains information about the reputation entities in your account.

      Parameters:
      reputationEntities - An array that contains information about the reputation entities in your account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reputationEntities

      ListReputationEntitiesResponse.Builder reputationEntities(ReputationEntity... reputationEntities)

      An array that contains information about the reputation entities in your account.

      Parameters:
      reputationEntities - An array that contains information about the reputation entities in your account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reputationEntities

      ListReputationEntitiesResponse.Builder reputationEntities(Consumer<ReputationEntity.Builder>... reputationEntities)

      An array that contains information about the reputation entities in your account.

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

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

      Parameters:
      reputationEntities - a consumer that will call methods on ReputationEntity.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      A token that indicates that there are additional reputation entities to list. To view additional reputation entities, issue another request to ListReputationEntities, and pass this token in the NextToken parameter.

      Parameters:
      nextToken - A token that indicates that there are additional reputation entities to list. To view additional reputation entities, issue another request to ListReputationEntities, and pass this token in the NextToken parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.