static ListParticipantsRequest.Builder |
ListParticipantsRequest.builder() |
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.filterByPublished(Boolean filterByPublished) |
Filters the response list to only show participants who published during the stage session.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.filterByState(String filterByState) |
Filters the response list to only show participants in the specified state.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.filterByState(ParticipantState filterByState) |
Filters the response list to only show participants in the specified state.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.filterByUserId(String filterByUserId) |
Filters the response list to match the specified user ID.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.maxResults(Integer maxResults) |
Maximum number of results to return.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.nextToken(String nextToken) |
The first participant to retrieve.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.sessionId(String sessionId) |
ID of the session within the stage.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.stageArn(String stageArn) |
Stage ARN.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.toBuilder() |
|