Interface UpdateLaunchProfileMemberRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLaunchProfileMemberRequest.Builder,UpdateLaunchProfileMemberRequest>,NimbleRequest.Builder,SdkBuilder<UpdateLaunchProfileMemberRequest.Builder,UpdateLaunchProfileMemberRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLaunchProfileMemberRequest
public static interface UpdateLaunchProfileMemberRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<UpdateLaunchProfileMemberRequest.Builder,UpdateLaunchProfileMemberRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.nimble.model.NimbleRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientToken
UpdateLaunchProfileMemberRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
launchProfileId
UpdateLaunchProfileMemberRequest.Builder launchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
- Parameters:
launchProfileId- The ID of the launch profile used to control access from the streaming session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
persona
UpdateLaunchProfileMemberRequest.Builder persona(String persona)
The persona.
- Parameters:
persona- The persona.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LaunchProfilePersona,LaunchProfilePersona
-
persona
UpdateLaunchProfileMemberRequest.Builder persona(LaunchProfilePersona persona)
The persona.
- Parameters:
persona- The persona.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LaunchProfilePersona,LaunchProfilePersona
-
principalId
UpdateLaunchProfileMemberRequest.Builder principalId(String principalId)
The principal ID. This currently supports a IAM Identity Center UserId.
- Parameters:
principalId- The principal ID. This currently supports a IAM Identity Center UserId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioId
UpdateLaunchProfileMemberRequest.Builder studioId(String studioId)
The studio ID.
- Parameters:
studioId- The studio ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLaunchProfileMemberRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLaunchProfileMemberRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-