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