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