@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCertificateAuthorityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateCertificateAuthorityRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateCertificateAuthorityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificateAuthorityArn()
Amazon Resource Name (ARN) of the private CA that issued the certificate to be revoked.
|
RevocationConfiguration |
getRevocationConfiguration()
Revocation information for your private CA.
|
String |
getStatus()
Status of your private CA.
|
int |
hashCode() |
void |
setCertificateAuthorityArn(String certificateAuthorityArn)
Amazon Resource Name (ARN) of the private CA that issued the certificate to be revoked.
|
void |
setRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Revocation information for your private CA.
|
void |
setStatus(String status)
Status of your private CA.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCertificateAuthorityRequest |
withCertificateAuthorityArn(String certificateAuthorityArn)
Amazon Resource Name (ARN) of the private CA that issued the certificate to be revoked.
|
UpdateCertificateAuthorityRequest |
withRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Revocation information for your private CA.
|
UpdateCertificateAuthorityRequest |
withStatus(CertificateAuthorityStatus status)
Status of your private CA.
|
UpdateCertificateAuthorityRequest |
withStatus(String status)
Status of your 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 setCertificateAuthorityArn(String certificateAuthorityArn)
Amazon Resource Name (ARN) of the private CA that issued the certificate to be revoked. This must be of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
certificateAuthorityArn
- Amazon Resource Name (ARN) of the private CA that issued the certificate to be revoked. This must be of
the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
public String getCertificateAuthorityArn()
Amazon Resource Name (ARN) of the private CA that issued the certificate to be revoked. This must be of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
public UpdateCertificateAuthorityRequest withCertificateAuthorityArn(String certificateAuthorityArn)
Amazon Resource Name (ARN) of the private CA that issued the certificate to be revoked. This must be of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
certificateAuthorityArn
- Amazon Resource Name (ARN) of the private CA that issued the certificate to be revoked. This must be of
the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
public void setRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Revocation information for your private CA.
revocationConfiguration
- Revocation information for your private CA.public RevocationConfiguration getRevocationConfiguration()
Revocation information for your private CA.
public UpdateCertificateAuthorityRequest withRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Revocation information for your private CA.
revocationConfiguration
- Revocation information for your private CA.public void setStatus(String status)
Status of your private CA.
status
- Status of your private CA.CertificateAuthorityStatus
public String getStatus()
Status of your private CA.
CertificateAuthorityStatus
public UpdateCertificateAuthorityRequest withStatus(String status)
Status of your private CA.
status
- Status of your private CA.CertificateAuthorityStatus
public UpdateCertificateAuthorityRequest withStatus(CertificateAuthorityStatus status)
Status of your private CA.
status
- Status of your private CA.CertificateAuthorityStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateCertificateAuthorityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()