public static interface ListTagsForCertificateRequest.Builder extends AcmRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForCertificateRequest.Builder,ListTagsForCertificateRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForCertificateRequest.Builder |
certificateArn(String certificateArn)
String that contains the ARN of the ACM certificate for which you want to list the tags.
|
ListTagsForCertificateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForCertificateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForCertificateRequest.Builder certificateArn(String certificateArn)
String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following 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 for which you want to list the tags. This must
have the following form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).
ListTagsForCertificateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTagsForCertificateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.