public static interface DeleteStudioMemberRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<DeleteStudioMemberRequest.Builder,DeleteStudioMemberRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteStudioMemberRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DeleteStudioMemberRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteStudioMemberRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteStudioMemberRequest.Builder |
principalId(String principalId)
The principal ID.
|
DeleteStudioMemberRequest.Builder |
studioId(String studioId)
The studio ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteStudioMemberRequest.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.DeleteStudioMemberRequest.Builder principalId(String principalId)
The principal ID. This currently supports a IAM Identity Center UserId.
principalId - The principal ID. This currently supports a IAM Identity Center UserId.DeleteStudioMemberRequest.Builder studioId(String studioId)
The studio ID.
studioId - The studio ID.DeleteStudioMemberRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteStudioMemberRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.