Interface ListSpeakersResponse.Builder

  • Method Details

    • nextToken

      ListSpeakersResponse.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. Each pagination token expires after 24 hours.

      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. Each pagination token expires after 24 hours.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • speakerSummaries

      ListSpeakersResponse.Builder speakerSummaries(Collection<SpeakerSummary> speakerSummaries)

      A list containing details about each speaker in the Amazon Web Services account.

      Parameters:
      speakerSummaries - A list containing details about each speaker in the Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • speakerSummaries

      ListSpeakersResponse.Builder speakerSummaries(SpeakerSummary... speakerSummaries)

      A list containing details about each speaker in the Amazon Web Services account.

      Parameters:
      speakerSummaries - A list containing details about each speaker in the Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • speakerSummaries

      ListSpeakersResponse.Builder speakerSummaries(Consumer<SpeakerSummary.Builder>... speakerSummaries)

      A list containing details about each speaker in the Amazon Web Services account.

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

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

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