Interface ListPlacementsResponse.Builder

    • Method Detail

      • placements

        ListPlacementsResponse.Builder placements​(Collection<PlacementSummary> placements)

        An object listing the requested placements.

        Parameters:
        placements - An object listing the requested placements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • placements

        ListPlacementsResponse.Builder placements​(PlacementSummary... placements)

        An object listing the requested placements.

        Parameters:
        placements - An object listing the requested placements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPlacementsResponse.Builder nextToken​(String nextToken)

        The token used to retrieve the next set of results - will be effectively empty if there are no further results.

        Parameters:
        nextToken - The token used to retrieve the next set of results - will be effectively empty if there are no further results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.