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 Launch Profile ID.
|
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 AWS 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 AWS SDK automatically generates a client token and uses it for the
request to ensure idempotency.DeleteLaunchProfileRequest.Builder launchProfileId(String launchProfileId)
The Launch Profile ID.
launchProfileId - The Launch Profile ID.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 © 2022. All rights reserved.