public static interface UpdateLaunchProfileMemberRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<UpdateLaunchProfileMemberRequest.Builder,UpdateLaunchProfileMemberRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLaunchProfileMemberRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you
don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and
uses it for the request to ensure idempotency.UpdateLaunchProfileMemberRequest.Builder launchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
launchProfileId - The ID of the launch profile used to control access from the streaming session.UpdateLaunchProfileMemberRequest.Builder persona(String persona)
The persona.
persona - The persona.LaunchProfilePersona,
LaunchProfilePersonaUpdateLaunchProfileMemberRequest.Builder persona(LaunchProfilePersona persona)
The persona.
persona - The persona.LaunchProfilePersona,
LaunchProfilePersonaUpdateLaunchProfileMemberRequest.Builder principalId(String principalId)
The principal ID. This currently supports a IAM Identity Center UserId.
principalId - The principal ID. This currently supports a IAM Identity Center UserId.UpdateLaunchProfileMemberRequest.Builder studioId(String studioId)
The studio ID.
studioId - The studio ID.UpdateLaunchProfileMemberRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLaunchProfileMemberRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.