public static interface UntagCertificateAuthorityRequest.Builder extends AcmPcaRequest.Builder, SdkPojo, CopyableBuilder<UntagCertificateAuthorityRequest.Builder,UntagCertificateAuthorityRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagCertificateAuthorityRequest.Builder |
certificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority.
|
UntagCertificateAuthorityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagCertificateAuthorityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagCertificateAuthorityRequest.Builder |
tags(Collection<Tag> tags)
List of tags to be removed from the CA.
|
UntagCertificateAuthorityRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
List of tags to be removed from the CA.
|
UntagCertificateAuthorityRequest.Builder |
tags(Tag... tags)
List of tags to be removed from the CA.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagCertificateAuthorityRequest.Builder certificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority. This must be of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
certificateAuthorityArn - The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority. This must be of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
UntagCertificateAuthorityRequest.Builder tags(Collection<Tag> tags)
List of tags to be removed from the CA.
tags - List of tags to be removed from the CA.UntagCertificateAuthorityRequest.Builder tags(Tag... tags)
List of tags to be removed from the CA.
tags - List of tags to be removed from the CA.UntagCertificateAuthorityRequest.Builder tags(Consumer<Tag.Builder>... tags)
List of tags to be removed from the CA.
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) UntagCertificateAuthorityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagCertificateAuthorityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.