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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) RemoveTagsFromCertificateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveTagsFromCertificateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.