public static interface UntagMfaDeviceRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<UntagMfaDeviceRequest.Builder,UntagMfaDeviceRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagMfaDeviceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagMfaDeviceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagMfaDeviceRequest.Builder |
serialNumber(String serialNumber)
The unique identifier for the IAM virtual MFA device from which you want to remove tags.
|
UntagMfaDeviceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings.
|
UntagMfaDeviceRequest.Builder |
tagKeys(String... tagKeys)
A list of key names as a simple array of strings.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagMfaDeviceRequest.Builder serialNumber(String serialNumber)
The unique identifier for the IAM virtual MFA device from which you want to remove tags. For virtual MFA devices, the serial number is the same as the ARN.
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: _+=,.@-
serialNumber - The unique identifier for the IAM virtual MFA device from which you want to remove tags. For virtual
MFA devices, the serial number is the same as the ARN.
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: _+=,.@-
UntagMfaDeviceRequest.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.UntagMfaDeviceRequest.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.UntagMfaDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagMfaDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.