public static interface UntagUserRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<UntagUserRequest.Builder,UntagUserRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagUserRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings.
|
UntagUserRequest.Builder |
tagKeys(String... tagKeys)
A list of key names as a simple array of strings.
|
UntagUserRequest.Builder |
userName(String userName)
The name of the IAM user from which you want to remove tags.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagUserRequest.Builder userName(String userName)
The name of the IAM user from which you want to remove tags.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
userName - The name of the IAM user from which you want to remove tags.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
UntagUserRequest.Builder tagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings. The tags with matching keys are removed from the specified user.
tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the
specified user.UntagUserRequest.Builder tagKeys(String... tagKeys)
A list of key names as a simple array of strings. The tags with matching keys are removed from the specified user.
tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the
specified user.UntagUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.