CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.attributes(Map<String,String> attributes) |
Application-provided attributes to encode into the token and attach to a stage.
|
static CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.builder() |
|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.capabilities(Collection<ParticipantTokenCapability> capabilities) |
Set of capabilities that the user is allowed to perform in the stage.
|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.capabilities(ParticipantTokenCapability... capabilities) |
Set of capabilities that the user is allowed to perform in the stage.
|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.capabilitiesWithStrings(String... capabilities) |
Set of capabilities that the user is allowed to perform in the stage.
|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.capabilitiesWithStrings(Collection<String> capabilities) |
Set of capabilities that the user is allowed to perform in the stage.
|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.duration(Integer duration) |
Duration (in minutes), after which the token expires.
|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.stageArn(String stageArn) |
ARN of the stage to which this token is scoped.
|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.toBuilder() |
|
CreateParticipantTokenRequest.Builder |
CreateParticipantTokenRequest.Builder.userId(String userId) |
Name that can be specified to help identify the token.
|