public static interface AddTagsToCertificateRequest.Builder extends AcmRequest.Builder, SdkPojo, CopyableBuilder<AddTagsToCertificateRequest.Builder,AddTagsToCertificateRequest>
| Modifier and Type | Method and Description |
|---|---|
AddTagsToCertificateRequest.Builder |
certificateArn(String certificateArn)
String that contains the ARN of the ACM certificate to which the tag is to be applied.
|
AddTagsToCertificateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddTagsToCertificateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddTagsToCertificateRequest.Builder |
tags(Collection<Tag> tags)
The key-value pair that defines the tag.
|
AddTagsToCertificateRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The key-value pair that defines the tag.
|
AddTagsToCertificateRequest.Builder |
tags(Tag... tags)
The key-value pair that defines the tag.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddTagsToCertificateRequest.Builder certificateArn(String certificateArn)
String that contains the ARN of the ACM certificate to which the tag is to be applied. 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 to which the tag is to be applied. 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).
AddTagsToCertificateRequest.Builder tags(Collection<Tag> tags)
The key-value pair that defines the tag. The tag value is optional.
tags - The key-value pair that defines the tag. The tag value is optional.AddTagsToCertificateRequest.Builder tags(Tag... tags)
The key-value pair that defines the tag. The tag value is optional.
tags - The key-value pair that defines the tag. The tag value is optional.AddTagsToCertificateRequest.Builder tags(Consumer<Tag.Builder>... tags)
The key-value pair that defines the tag. The tag value is optional.
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) AddTagsToCertificateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddTagsToCertificateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.