public static interface UntagInstanceProfileRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<UntagInstanceProfileRequest.Builder,UntagInstanceProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagInstanceProfileRequest.Builder |
instanceProfileName(String instanceProfileName)
The name of the IAM instance profile from which you want to remove tags.
|
UntagInstanceProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagInstanceProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagInstanceProfileRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings.
|
UntagInstanceProfileRequest.Builder |
tagKeys(String... tagKeys)
A list of key names as a simple array of strings.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagInstanceProfileRequest.Builder instanceProfileName(String instanceProfileName)
The name of the IAM instance profile 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: _+=,.@-
instanceProfileName - The name of the IAM instance profile 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: _+=,.@-
UntagInstanceProfileRequest.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 instance profile.
tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the
specified instance profile.UntagInstanceProfileRequest.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 instance profile.
tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the
specified instance profile.UntagInstanceProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagInstanceProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.