public static interface DeleteStudioComponentRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<DeleteStudioComponentRequest.Builder,DeleteStudioComponentRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteStudioComponentRequest.Builder |
clientToken(String clientToken)
To make an idempotent API request using one of these actions, specify a client token in the request.
|
DeleteStudioComponentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteStudioComponentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteStudioComponentRequest.Builder |
studioComponentId(String studioComponentId)
The studio component ID.
|
DeleteStudioComponentRequest.Builder |
studioId(String studioId)
The studio ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteStudioComponentRequest.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.DeleteStudioComponentRequest.Builder studioComponentId(String studioComponentId)
The studio component ID.
studioComponentId - The studio component ID.DeleteStudioComponentRequest.Builder studioId(String studioId)
The studio ID.
studioId - The studio ID.DeleteStudioComponentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteStudioComponentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.