Interface UntagCertificateAuthorityRequest.Builder
-
- All Superinterfaces:
AcmPcaRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UntagCertificateAuthorityRequest.Builder,UntagCertificateAuthorityRequest>,SdkBuilder<UntagCertificateAuthorityRequest.Builder,UntagCertificateAuthorityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UntagCertificateAuthorityRequest
public static interface UntagCertificateAuthorityRequest.Builder extends AcmPcaRequest.Builder, SdkPojo, CopyableBuilder<UntagCertificateAuthorityRequest.Builder,UntagCertificateAuthorityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UntagCertificateAuthorityRequest.BuildercertificateAuthorityArn(String certificateAuthorityArn)The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority.UntagCertificateAuthorityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagCertificateAuthorityRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagCertificateAuthorityRequest.Buildertags(Collection<Tag> tags)List of tags to be removed from the CA.UntagCertificateAuthorityRequest.Buildertags(Consumer<Tag.Builder>... tags)List of tags to be removed from the CA.UntagCertificateAuthorityRequest.Buildertags(Tag... tags)List of tags to be removed from the CA.-
Methods inherited from interface software.amazon.awssdk.services.acmpca.model.AcmPcaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
certificateAuthorityArn
UntagCertificateAuthorityRequest.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- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
UntagCertificateAuthorityRequest.Builder tags(Collection<Tag> tags)
List of tags to be removed from the CA.
- Parameters:
tags- List of tags to be removed from the CA.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
UntagCertificateAuthorityRequest.Builder tags(Tag... tags)
List of tags to be removed from the CA.
- Parameters:
tags- List of tags to be removed from the CA.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
UntagCertificateAuthorityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UntagCertificateAuthorityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-