@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCertificateOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateCertificateOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateCertificateOptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificateArn()
ARN of the requested certificate to update.
|
CertificateOptions |
getOptions()
Use to update the options for your certificate.
|
int |
hashCode() |
void |
setCertificateArn(String certificateArn)
ARN of the requested certificate to update.
|
void |
setOptions(CertificateOptions options)
Use to update the options for your certificate.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCertificateOptionsRequest |
withCertificateArn(String certificateArn)
ARN of the requested certificate to update.
|
UpdateCertificateOptionsRequest |
withOptions(CertificateOptions options)
Use to update the options for your certificate.
|
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 setCertificateArn(String certificateArn)
ARN of the requested certificate to update. This must be of the form:
arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012
certificateArn
- ARN of the requested certificate to update. This must be of the form:
arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012
public String getCertificateArn()
ARN of the requested certificate to update. This must be of the form:
arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012
arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012
public UpdateCertificateOptionsRequest withCertificateArn(String certificateArn)
ARN of the requested certificate to update. This must be of the form:
arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012
certificateArn
- ARN of the requested certificate to update. This must be of the form:
arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012
public void setOptions(CertificateOptions options)
Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.
options
- Use to update the options for your certificate. Currently, you can specify whether to add your certificate
to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have
been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error
message in a browser.public CertificateOptions getOptions()
Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.
public UpdateCertificateOptionsRequest withOptions(CertificateOptions options)
Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.
options
- Use to update the options for your certificate. Currently, you can specify whether to add your certificate
to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have
been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error
message in a browser.public String toString()
toString
in class Object
Object.toString()
public UpdateCertificateOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()