@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCertificateAuthorityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateCertificateAuthorityRequest() |
Modifier and Type | Method and Description |
---|---|
CreateCertificateAuthorityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
CertificateAuthorityConfiguration |
getCertificateAuthorityConfiguration()
Name and bit size of the private key algorithm, the name of the signing algorithm, and X.500 certificate subject
information.
|
String |
getCertificateAuthorityType()
The type of the certificate authority.
|
String |
getIdempotencyToken()
Custom string that can be used to distinguish between calls to the CreateCertificateAuthority action.
|
String |
getKeyStorageSecurityStandard()
Specifies a cryptographic key management compliance standard used for handling CA keys.
|
RevocationConfiguration |
getRevocationConfiguration()
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.
|
List<Tag> |
getTags()
Key-value pairs that will be attached to the new private CA.
|
int |
hashCode() |
void |
setCertificateAuthorityConfiguration(CertificateAuthorityConfiguration certificateAuthorityConfiguration)
Name and bit size of the private key algorithm, the name of the signing algorithm, and X.500 certificate subject
information.
|
void |
setCertificateAuthorityType(String certificateAuthorityType)
The type of the certificate authority.
|
void |
setIdempotencyToken(String idempotencyToken)
Custom string that can be used to distinguish between calls to the CreateCertificateAuthority action.
|
void |
setKeyStorageSecurityStandard(String keyStorageSecurityStandard)
Specifies a cryptographic key management compliance standard used for handling CA keys.
|
void |
setRevocationConfiguration(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.
|
void |
setTags(Collection<Tag> tags)
Key-value pairs that will be attached to the new private CA.
|
String |
toString()
Returns a string representation of this object.
|
CreateCertificateAuthorityRequest |
withCertificateAuthorityConfiguration(CertificateAuthorityConfiguration certificateAuthorityConfiguration)
Name and bit size of the private key algorithm, the name of the signing algorithm, and X.500 certificate subject
information.
|
CreateCertificateAuthorityRequest |
withCertificateAuthorityType(CertificateAuthorityType certificateAuthorityType)
The type of the certificate authority.
|
CreateCertificateAuthorityRequest |
withCertificateAuthorityType(String certificateAuthorityType)
The type of the certificate authority.
|
CreateCertificateAuthorityRequest |
withIdempotencyToken(String idempotencyToken)
Custom string that can be used to distinguish between calls to the CreateCertificateAuthority action.
|
CreateCertificateAuthorityRequest |
withKeyStorageSecurityStandard(KeyStorageSecurityStandard keyStorageSecurityStandard)
Specifies a cryptographic key management compliance standard used for handling CA keys.
|
CreateCertificateAuthorityRequest |
withKeyStorageSecurityStandard(String keyStorageSecurityStandard)
Specifies a cryptographic key management compliance standard used for handling CA keys.
|
CreateCertificateAuthorityRequest |
withRevocationConfiguration(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 |
withTags(Collection<Tag> tags)
Key-value pairs that will be attached to the new private CA.
|
CreateCertificateAuthorityRequest |
withTags(Tag... tags)
Key-value pairs that will be attached to the new private CA.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCertificateAuthorityConfiguration(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.public CertificateAuthorityConfiguration getCertificateAuthorityConfiguration()
Name and bit size of the private key algorithm, the name of the signing algorithm, and X.500 certificate subject information.
public CreateCertificateAuthorityRequest withCertificateAuthorityConfiguration(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.public void setRevocationConfiguration(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.public RevocationConfiguration getRevocationConfiguration()
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.
public CreateCertificateAuthorityRequest withRevocationConfiguration(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.public void setCertificateAuthorityType(String certificateAuthorityType)
The type of the certificate authority.
certificateAuthorityType
- The type of the certificate authority.CertificateAuthorityType
public String getCertificateAuthorityType()
The type of the certificate authority.
CertificateAuthorityType
public CreateCertificateAuthorityRequest withCertificateAuthorityType(String certificateAuthorityType)
The type of the certificate authority.
certificateAuthorityType
- The type of the certificate authority.CertificateAuthorityType
public CreateCertificateAuthorityRequest withCertificateAuthorityType(CertificateAuthorityType certificateAuthorityType)
The type of the certificate authority.
certificateAuthorityType
- The type of the certificate authority.CertificateAuthorityType
public void setIdempotencyToken(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.public String getIdempotencyToken()
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.
public CreateCertificateAuthorityRequest withIdempotencyToken(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.public void setKeyStorageSecurityStandard(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
public String getKeyStorageSecurityStandard()
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."
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
public CreateCertificateAuthorityRequest withKeyStorageSecurityStandard(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
public CreateCertificateAuthorityRequest withKeyStorageSecurityStandard(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
public List<Tag> getTags()
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.
public void setTags(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.public CreateCertificateAuthorityRequest withTags(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.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
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.public CreateCertificateAuthorityRequest withTags(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.public String toString()
toString
in class Object
Object.toString()
public CreateCertificateAuthorityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()