public static interface RemoveTagsFromCertificateRequest.Builder extends AcmRequest.Builder, SdkPojo, CopyableBuilder<RemoveTagsFromCertificateRequest.Builder,RemoveTagsFromCertificateRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromCertificateRequest.Builder |
certificateArn(String certificateArn)
String that contains the ARN of the ACM Certificate with one or more tags that you want to remove.
|
RemoveTagsFromCertificateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveTagsFromCertificateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveTagsFromCertificateRequest.Builder |
tags(Collection<Tag> tags)
The key-value pair that defines the tag to remove.
|
RemoveTagsFromCertificateRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The key-value pair that defines the tag to remove.
|
RemoveTagsFromCertificateRequest.Builder |
tags(Tag... tags)
The key-value pair that defines the tag to remove.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveTagsFromCertificateRequest.Builder certificateArn(String certificateArn)
String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).
certificateArn - String that contains the ARN of the ACM Certificate with one or more tags that you want to remove.
This must be of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).
RemoveTagsFromCertificateRequest.Builder tags(Collection<Tag> tags)
The key-value pair that defines the tag to remove.
tags - The key-value pair that defines the tag to remove.RemoveTagsFromCertificateRequest.Builder tags(Tag... tags)
The key-value pair that defines the tag to remove.
tags - The key-value pair that defines the tag to remove.RemoveTagsFromCertificateRequest.Builder tags(Consumer<Tag.Builder>... tags)
The key-value pair that defines the tag to remove.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) RemoveTagsFromCertificateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveTagsFromCertificateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.