public static interface ImportCertificateRequest.Builder extends AcmRequest.Builder, SdkPojo, CopyableBuilder<ImportCertificateRequest.Builder,ImportCertificateRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportCertificateRequest.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.
certificateArn - The Amazon
Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this
field.ImportCertificateRequest.Builder certificate(SdkBytes certificate)
The certificate to import.
certificate - The certificate to import.ImportCertificateRequest.Builder privateKey(SdkBytes privateKey)
The private key that matches the public key in the certificate.
privateKey - The private key that matches the public key in the certificate.ImportCertificateRequest.Builder certificateChain(SdkBytes certificateChain)
The PEM encoded certificate chain.
certificateChain - The PEM encoded certificate chain.ImportCertificateRequest.Builder tags(Collection<Tag> tags)
One or more resource tags to associate with the imported certificate.
Note: You cannot apply tags when reimporting a certificate.
tags - One or more resource tags to associate with the imported certificate.
Note: You cannot apply tags when reimporting a certificate.
ImportCertificateRequest.Builder tags(Tag... tags)
One or more resource tags to associate with the imported certificate.
Note: You cannot apply tags when reimporting a certificate.
tags - One or more resource tags to associate with the imported certificate.
Note: You cannot apply tags when reimporting a certificate.
ImportCertificateRequest.Builder tags(Consumer<Tag.Builder>... tags)
One or more resource tags to associate with the imported certificate.
Note: You cannot apply tags when reimporting a certificate.
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) ImportCertificateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportCertificateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.