public static interface CreateCertificateAuthorityRequest.Builder extends AcmPcaRequest.Builder, SdkPojo, CopyableBuilder<CreateCertificateAuthorityRequest.Builder,CreateCertificateAuthorityRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCertificateAuthorityRequest.Builder |
certificateAuthorityConfiguration(CertificateAuthorityConfiguration certificateAuthorityConfiguration)
Name and bit size of the private key algorithm, the name of the signing algorithm, and X.500 certificate
subject information.
|
default CreateCertificateAuthorityRequest.Builder |
certificateAuthorityConfiguration(Consumer<CertificateAuthorityConfiguration.Builder> certificateAuthorityConfiguration)
Name and bit size of the private key algorithm, the name of the signing algorithm, and X.500 certificate
subject information.
|
CreateCertificateAuthorityRequest.Builder |
certificateAuthorityType(CertificateAuthorityType certificateAuthorityType)
The type of the certificate authority.
|
CreateCertificateAuthorityRequest.Builder |
certificateAuthorityType(String certificateAuthorityType)
The type of the certificate authority.
|
CreateCertificateAuthorityRequest.Builder |
idempotencyToken(String idempotencyToken)
Custom string that can be used to distinguish between calls to the CreateCertificateAuthority action.
|
CreateCertificateAuthorityRequest.Builder |
keyStorageSecurityStandard(KeyStorageSecurityStandard keyStorageSecurityStandard)
Specifies a cryptographic key management compliance standard used for handling CA keys.
|
CreateCertificateAuthorityRequest.Builder |
keyStorageSecurityStandard(String keyStorageSecurityStandard)
Specifies a cryptographic key management compliance standard used for handling CA keys.
|
CreateCertificateAuthorityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCertificateAuthorityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateCertificateAuthorityRequest.Builder |
revocationConfiguration(Consumer<RevocationConfiguration.Builder> revocationConfiguration)
Contains a Boolean value that you can use to enable a certification revocation list (CRL) for the CA, the
name of the S3 bucket to which ACM Private CA will write the CRL, and an optional CNAME alias that you can
use to hide the name of your bucket in the CRL Distribution Points extension of your CA certificate.
|
CreateCertificateAuthorityRequest.Builder |
revocationConfiguration(RevocationConfiguration revocationConfiguration)
Contains a Boolean value that you can use to enable a certification revocation list (CRL) for the CA, the
name of the S3 bucket to which ACM Private CA will write the CRL, and an optional CNAME alias that you can
use to hide the name of your bucket in the CRL Distribution Points extension of your CA certificate.
|
CreateCertificateAuthorityRequest.Builder |
tags(Collection<Tag> tags)
Key-value pairs that will be attached to the new private CA.
|
CreateCertificateAuthorityRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Key-value pairs that will be attached to the new private CA.
|
CreateCertificateAuthorityRequest.Builder |
tags(Tag... tags)
Key-value pairs that will be attached to the new private CA.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCertificateAuthorityRequest.Builder certificateAuthorityConfiguration(CertificateAuthorityConfiguration certificateAuthorityConfiguration)
Name and bit size of the private key algorithm, the name of the signing algorithm, and X.500 certificate subject information.
certificateAuthorityConfiguration - Name and bit size of the private key algorithm, the name of the signing algorithm, and X.500
certificate subject information.default CreateCertificateAuthorityRequest.Builder certificateAuthorityConfiguration(Consumer<CertificateAuthorityConfiguration.Builder> certificateAuthorityConfiguration)
Name and bit size of the private key algorithm, the name of the signing algorithm, and X.500 certificate subject information.
This is a convenience that creates an instance of theCertificateAuthorityConfiguration.Builder
avoiding the need to create one manually via CertificateAuthorityConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
certificateAuthorityConfiguration(CertificateAuthorityConfiguration).certificateAuthorityConfiguration - a consumer that will call methods on CertificateAuthorityConfiguration.BuildercertificateAuthorityConfiguration(CertificateAuthorityConfiguration)CreateCertificateAuthorityRequest.Builder revocationConfiguration(RevocationConfiguration revocationConfiguration)
Contains a Boolean value that you can use to enable a certification revocation list (CRL) for the CA, the name of the S3 bucket to which ACM Private CA will write the CRL, and an optional CNAME alias that you can use to hide the name of your bucket in the CRL Distribution Points extension of your CA certificate. For more information, see the CrlConfiguration structure.
revocationConfiguration - Contains a Boolean value that you can use to enable a certification revocation list (CRL) for the CA,
the name of the S3 bucket to which ACM Private CA will write the CRL, and an optional CNAME alias that
you can use to hide the name of your bucket in the CRL Distribution Points extension of your CA
certificate. For more information, see the CrlConfiguration structure.default CreateCertificateAuthorityRequest.Builder revocationConfiguration(Consumer<RevocationConfiguration.Builder> revocationConfiguration)
Contains a Boolean value that you can use to enable a certification revocation list (CRL) for the CA, the name of the S3 bucket to which ACM Private CA will write the CRL, and an optional CNAME alias that you can use to hide the name of your bucket in the CRL Distribution Points extension of your CA certificate. For more information, see the CrlConfiguration structure.
This is a convenience that creates an instance of theRevocationConfiguration.Builder avoiding the
need to create one manually via RevocationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to revocationConfiguration(RevocationConfiguration).revocationConfiguration - a consumer that will call methods on RevocationConfiguration.BuilderrevocationConfiguration(RevocationConfiguration)CreateCertificateAuthorityRequest.Builder certificateAuthorityType(String certificateAuthorityType)
The type of the certificate authority.
certificateAuthorityType - The type of the certificate authority.CertificateAuthorityType,
CertificateAuthorityTypeCreateCertificateAuthorityRequest.Builder certificateAuthorityType(CertificateAuthorityType certificateAuthorityType)
The type of the certificate authority.
certificateAuthorityType - The type of the certificate authority.CertificateAuthorityType,
CertificateAuthorityTypeCreateCertificateAuthorityRequest.Builder idempotencyToken(String idempotencyToken)
Custom string that can be used to distinguish between calls to the CreateCertificateAuthority action. Idempotency tokens for CreateCertificateAuthority time out after five minutes. Therefore, if you call CreateCertificateAuthority multiple times with the same idempotency token within five minutes, ACM Private CA recognizes that you are requesting only certificate authority and will issue only one. If you change the idempotency token for each call, PCA recognizes that you are requesting multiple certificate authorities.
idempotencyToken - Custom string that can be used to distinguish between calls to the CreateCertificateAuthority
action. Idempotency tokens for CreateCertificateAuthority time out after five minutes.
Therefore, if you call CreateCertificateAuthority multiple times with the same idempotency
token within five minutes, ACM Private CA recognizes that you are requesting only certificate
authority and will issue only one. If you change the idempotency token for each call, PCA recognizes
that you are requesting multiple certificate authorities.CreateCertificateAuthorityRequest.Builder keyStorageSecurityStandard(String keyStorageSecurityStandard)
Specifies a cryptographic key management compliance standard used for handling CA keys.
Default: FIPS_140_2_LEVEL_3_OR_HIGHER
Note: FIPS_140_2_LEVEL_3_OR_HIGHER is not supported in Region ap-northeast-3. When creating a CA
in the ap-northeast-3, you must provide FIPS_140_2_LEVEL_2_OR_HIGHER as the argument for
KeyStorageSecurityStandard. Failure to do this results in an InvalidArgsException
with the message,
"A certificate authority cannot be created in this region with the specified security standard."
keyStorageSecurityStandard - Specifies a cryptographic key management compliance standard used for handling CA keys.
Default: FIPS_140_2_LEVEL_3_OR_HIGHER
Note: FIPS_140_2_LEVEL_3_OR_HIGHER is not supported in Region ap-northeast-3. When
creating a CA in the ap-northeast-3, you must provide FIPS_140_2_LEVEL_2_OR_HIGHER as the
argument for KeyStorageSecurityStandard. Failure to do this results in an
InvalidArgsException with the message,
"A certificate authority cannot be created in this region with the specified security standard."
KeyStorageSecurityStandard,
KeyStorageSecurityStandardCreateCertificateAuthorityRequest.Builder keyStorageSecurityStandard(KeyStorageSecurityStandard keyStorageSecurityStandard)
Specifies a cryptographic key management compliance standard used for handling CA keys.
Default: FIPS_140_2_LEVEL_3_OR_HIGHER
Note: FIPS_140_2_LEVEL_3_OR_HIGHER is not supported in Region ap-northeast-3. When creating a CA
in the ap-northeast-3, you must provide FIPS_140_2_LEVEL_2_OR_HIGHER as the argument for
KeyStorageSecurityStandard. Failure to do this results in an InvalidArgsException
with the message,
"A certificate authority cannot be created in this region with the specified security standard."
keyStorageSecurityStandard - Specifies a cryptographic key management compliance standard used for handling CA keys.
Default: FIPS_140_2_LEVEL_3_OR_HIGHER
Note: FIPS_140_2_LEVEL_3_OR_HIGHER is not supported in Region ap-northeast-3. When
creating a CA in the ap-northeast-3, you must provide FIPS_140_2_LEVEL_2_OR_HIGHER as the
argument for KeyStorageSecurityStandard. Failure to do this results in an
InvalidArgsException with the message,
"A certificate authority cannot be created in this region with the specified security standard."
KeyStorageSecurityStandard,
KeyStorageSecurityStandardCreateCertificateAuthorityRequest.Builder tags(Collection<Tag> tags)
Key-value pairs that will be attached to the new private CA. You can associate up to 50 tags with a private CA. For information using tags with IAM to manage permissions, see Controlling Access Using IAM Tags.
tags - Key-value pairs that will be attached to the new private CA. You can associate up to 50 tags with a
private CA. For information using tags with IAM to manage permissions, see Controlling Access Using
IAM Tags.CreateCertificateAuthorityRequest.Builder tags(Tag... tags)
Key-value pairs that will be attached to the new private CA. You can associate up to 50 tags with a private CA. For information using tags with IAM to manage permissions, see Controlling Access Using IAM Tags.
tags - Key-value pairs that will be attached to the new private CA. You can associate up to 50 tags with a
private CA. For information using tags with IAM to manage permissions, see Controlling Access Using
IAM Tags.CreateCertificateAuthorityRequest.Builder tags(Consumer<Tag.Builder>... tags)
Key-value pairs that will be attached to the new private CA. You can associate up to 50 tags with a private CA. For information using tags with IAM to manage permissions, see Controlling Access Using IAM Tags.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateCertificateAuthorityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCertificateAuthorityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.