public static interface UpdateLaunchProfileMemberRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<UpdateLaunchProfileMemberRequest.Builder,UpdateLaunchProfileMemberRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateLaunchProfileMemberRequest.Builder |
clientToken(String clientToken)
To make an idempotent API request using one of these actions, specify a client token in the request.
|
UpdateLaunchProfileMemberRequest.Builder |
launchProfileId(String launchProfileId)
The launch profile ID.
|
UpdateLaunchProfileMemberRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLaunchProfileMemberRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLaunchProfileMemberRequest.Builder |
persona(LaunchProfilePersona persona)
The persona.
|
UpdateLaunchProfileMemberRequest.Builder |
persona(String persona)
The persona.
|
UpdateLaunchProfileMemberRequest.Builder |
principalId(String principalId)
The principal ID.
|
UpdateLaunchProfileMemberRequest.Builder |
studioId(String studioId)
The studio ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLaunchProfileMemberRequest.Builder clientToken(String clientToken)
To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
clientToken - To make an idempotent API request using one of these actions, specify a client token in the request.
You should not reuse the same client token for other API requests. If you retry a request that
completed successfully using the same client token and the same parameters, the retry succeeds without
performing any further actions. If you retry a successful request using the same client token, but one
or more of the parameters are different, the retry fails with a ValidationException error.UpdateLaunchProfileMemberRequest.Builder launchProfileId(String launchProfileId)
The launch profile ID.
launchProfileId - The launch profile ID.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.
principalId - The principal ID.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 © 2021. All rights reserved.