public static interface DeleteStudioComponentRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<DeleteStudioComponentRequest.Builder,DeleteStudioComponentRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteStudioComponentRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of 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)
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.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 © 2023. All rights reserved.