@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()
Alphanumeric string that can be used to distinguish between calls to CreateCertificateAuthority.
|
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 PCA 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.
|
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)
Alphanumeric string that can be used to distinguish between calls to CreateCertificateAuthority.
|
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 PCA 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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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)
Alphanumeric string that can be used to distinguish between calls to CreateCertificateAuthority.
|
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 PCA 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.
|
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 PCA 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 PCA 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 PCA 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 PCA 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 PCA 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. Currently, this must be SUBORDINATE.
certificateAuthorityType - The type of the certificate authority. Currently, this must be SUBORDINATE.CertificateAuthorityTypepublic String getCertificateAuthorityType()
The type of the certificate authority. Currently, this must be SUBORDINATE.
CertificateAuthorityTypepublic CreateCertificateAuthorityRequest withCertificateAuthorityType(String certificateAuthorityType)
The type of the certificate authority. Currently, this must be SUBORDINATE.
certificateAuthorityType - The type of the certificate authority. Currently, this must be SUBORDINATE.CertificateAuthorityTypepublic CreateCertificateAuthorityRequest withCertificateAuthorityType(CertificateAuthorityType certificateAuthorityType)
The type of the certificate authority. Currently, this must be SUBORDINATE.
certificateAuthorityType - The type of the certificate authority. Currently, this must be SUBORDINATE.CertificateAuthorityTypepublic void setIdempotencyToken(String idempotencyToken)
Alphanumeric string that can be used to distinguish between calls to CreateCertificateAuthority. Idempotency tokens time out after five minutes. Therefore, if you call CreateCertificateAuthority multiple times with the same idempotency token within a five minute period, ACM PCA recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, however, ACM PCA recognizes that you are requesting multiple certificates.
idempotencyToken - Alphanumeric string that can be used to distinguish between calls to CreateCertificateAuthority.
Idempotency tokens time out after five minutes. Therefore, if you call CreateCertificateAuthority
multiple times with the same idempotency token within a five minute period, ACM PCA recognizes that you
are requesting only one certificate and will issue only one. If you change the idempotency token for each
call, however, ACM PCA recognizes that you are requesting multiple certificates.public String getIdempotencyToken()
Alphanumeric string that can be used to distinguish between calls to CreateCertificateAuthority. Idempotency tokens time out after five minutes. Therefore, if you call CreateCertificateAuthority multiple times with the same idempotency token within a five minute period, ACM PCA recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, however, ACM PCA recognizes that you are requesting multiple certificates.
public CreateCertificateAuthorityRequest withIdempotencyToken(String idempotencyToken)
Alphanumeric string that can be used to distinguish between calls to CreateCertificateAuthority. Idempotency tokens time out after five minutes. Therefore, if you call CreateCertificateAuthority multiple times with the same idempotency token within a five minute period, ACM PCA recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, however, ACM PCA recognizes that you are requesting multiple certificates.
idempotencyToken - Alphanumeric string that can be used to distinguish between calls to CreateCertificateAuthority.
Idempotency tokens time out after five minutes. Therefore, if you call CreateCertificateAuthority
multiple times with the same idempotency token within a five minute period, ACM PCA recognizes that you
are requesting only one certificate and will issue only one. If you change the idempotency token for each
call, however, ACM PCA recognizes that you are requesting multiple certificates.public String toString()
toString in class ObjectObject.toString()public CreateCertificateAuthorityRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.