@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() |
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.
|
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 |
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 |
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, copyBaseTo, 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, withSdkRequestTimeoutpublic 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.CertificateAuthorityTypepublic String getCertificateAuthorityType()
The type of the certificate authority.
CertificateAuthorityTypepublic CreateCertificateAuthorityRequest withCertificateAuthorityType(String certificateAuthorityType)
The type of the certificate authority.
certificateAuthorityType - The type of the certificate authority.CertificateAuthorityTypepublic CreateCertificateAuthorityRequest withCertificateAuthorityType(CertificateAuthorityType certificateAuthorityType)
The type of the certificate authority.
certificateAuthorityType - The type of the certificate authority.CertificateAuthorityTypepublic 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 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 ObjectObject.toString()public CreateCertificateAuthorityRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.