public static interface DeleteLaunchProfileRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<DeleteLaunchProfileRequest.Builder,DeleteLaunchProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteLaunchProfileRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DeleteLaunchProfileRequest.Builder |
launchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
|
DeleteLaunchProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteLaunchProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteLaunchProfileRequest.Builder |
studioId(String studioId)
The studio ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteLaunchProfileRequest.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.DeleteLaunchProfileRequest.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.DeleteLaunchProfileRequest.Builder studioId(String studioId)
The studio ID.
studioId - The studio ID.DeleteLaunchProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteLaunchProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.