@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()
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 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)
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 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)
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 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)
Alphanumeric string that can be used to distinguish between calls to CreateCertificateAuthority. For a given token, ACM Private CA creates exactly one CA. If you issue a subsequent call using the same token, ACM Private CA returns the ARN of the existing CA and takes no further action. If you change the idempotency token across multiple calls, ACM Private CA creates a unique CA for each unique token.
idempotencyToken
- Alphanumeric string that can be used to distinguish between calls to CreateCertificateAuthority.
For a given token, ACM Private CA creates exactly one CA. If you issue a subsequent call using the same
token, ACM Private CA returns the ARN of the existing CA and takes no further action. If you change the
idempotency token across multiple calls, ACM Private CA creates a unique CA for each unique token.public String getIdempotencyToken()
Alphanumeric string that can be used to distinguish between calls to CreateCertificateAuthority. For a given token, ACM Private CA creates exactly one CA. If you issue a subsequent call using the same token, ACM Private CA returns the ARN of the existing CA and takes no further action. If you change the idempotency token across multiple calls, ACM Private CA creates a unique CA for each unique token.
public CreateCertificateAuthorityRequest withIdempotencyToken(String idempotencyToken)
Alphanumeric string that can be used to distinguish between calls to CreateCertificateAuthority. For a given token, ACM Private CA creates exactly one CA. If you issue a subsequent call using the same token, ACM Private CA returns the ARN of the existing CA and takes no further action. If you change the idempotency token across multiple calls, ACM Private CA creates a unique CA for each unique token.
idempotencyToken
- Alphanumeric string that can be used to distinguish between calls to CreateCertificateAuthority.
For a given token, ACM Private CA creates exactly one CA. If you issue a subsequent call using the same
token, ACM Private CA returns the ARN of the existing CA and takes no further action. If you change the
idempotency token across multiple calls, ACM Private CA creates a unique CA for each unique token.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()