public static interface ImportCertificateAuthorityCertificateRequest.Builder extends AcmPcaRequest.Builder, SdkPojo, CopyableBuilder<ImportCertificateAuthorityCertificateRequest.Builder,ImportCertificateAuthorityCertificateRequest>
| Modifier and Type | Method and Description |
|---|---|
ImportCertificateAuthorityCertificateRequest.Builder |
certificate(SdkBytes certificate)
The PEM-encoded certificate for a private CA.
|
ImportCertificateAuthorityCertificateRequest.Builder |
certificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority.
|
ImportCertificateAuthorityCertificateRequest.Builder |
certificateChain(SdkBytes certificateChain)
A PEM-encoded file that contains all of your certificates, other than the certificate you're importing,
chaining up to your root CA.
|
ImportCertificateAuthorityCertificateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportCertificateAuthorityCertificateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportCertificateAuthorityCertificateRequest.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
ImportCertificateAuthorityCertificateRequest.Builder certificate(SdkBytes certificate)
The PEM-encoded certificate for a private CA. This may be a self-signed certificate in the case of a root CA, or it may be signed by another CA that you control.
certificate - The PEM-encoded certificate for a private CA. This may be a self-signed certificate in the case of a
root CA, or it may be signed by another CA that you control.ImportCertificateAuthorityCertificateRequest.Builder certificateChain(SdkBytes certificateChain)
A PEM-encoded file that contains all of your certificates, other than the certificate you're importing, chaining up to your root CA. Your Amazon Web Services Private CA-hosted or on-premises root certificate is the last in the chain, and each certificate in the chain signs the one preceding.
This parameter must be supplied when you import a subordinate CA. When you import a root CA, there is no chain.
certificateChain - A PEM-encoded file that contains all of your certificates, other than the certificate you're
importing, chaining up to your root CA. Your Amazon Web Services Private CA-hosted or on-premises root
certificate is the last in the chain, and each certificate in the chain signs the one preceding.
This parameter must be supplied when you import a subordinate CA. When you import a root CA, there is no chain.
ImportCertificateAuthorityCertificateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportCertificateAuthorityCertificateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.