public class UpdateSigningCertificateRequest extends AmazonWebServiceRequest implements Serializable
UpdateSigningCertificate operation
.
Changes the status of the specified signing certificate from active to disabled, or vice versa. This action can be used to disable a user's signing certificate as part of a certificate rotation work flow.
If the UserName
field is not specified, the UserName is determined implicitly based on the AWS Access Key ID used to sign the request.
Because this action works for access keys under the AWS account, this API can be used to manage root credentials even if the AWS account has no
associated users.
For information about rotating certificates, see Managing Keys and Certificates in Using AWS Identity and Access Management .
Constructor and Description |
---|
UpdateSigningCertificateRequest()
Default constructor for a new UpdateSigningCertificateRequest object.
|
UpdateSigningCertificateRequest(String certificateId,
StatusType status)
Constructs a new UpdateSigningCertificateRequest object.
|
UpdateSigningCertificateRequest(String certificateId,
String status)
Constructs a new UpdateSigningCertificateRequest object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCertificateId()
The ID of the signing certificate you want to update.
|
String |
getStatus()
The status you want to assign to the certificate.
|
String |
getUserName()
Name of the user the signing certificate belongs to.
|
int |
hashCode() |
void |
setCertificateId(String certificateId)
The ID of the signing certificate you want to update.
|
void |
setStatus(StatusType status)
The status you want to assign to the certificate.
|
void |
setStatus(String status)
The status you want to assign to the certificate.
|
void |
setUserName(String userName)
Name of the user the signing certificate belongs to.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateSigningCertificateRequest |
withCertificateId(String certificateId)
The ID of the signing certificate you want to update.
|
UpdateSigningCertificateRequest |
withStatus(StatusType status)
The status you want to assign to the certificate.
|
UpdateSigningCertificateRequest |
withStatus(String status)
The status you want to assign to the certificate.
|
UpdateSigningCertificateRequest |
withUserName(String userName)
Name of the user the signing certificate belongs to.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public UpdateSigningCertificateRequest()
public UpdateSigningCertificateRequest(String certificateId, String status)
certificateId
- The ID of the signing certificate you want to
update.status
- The status you want to assign to the certificate.
Active
means the certificate can be used for API calls to
AWS, while Inactive
means the certificate cannot be used.public UpdateSigningCertificateRequest(String certificateId, StatusType status)
certificateId
- The ID of the signing certificate you want to
update.status
- The status you want to assign to the certificate.
Active
means the certificate can be used for API calls to
AWS, while Inactive
means the certificate cannot be used.public String getUserName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setUserName(String userName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
userName
- Name of the user the signing certificate belongs to.public UpdateSigningCertificateRequest withUserName(String userName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
userName
- Name of the user the signing certificate belongs to.public String getCertificateId()
Constraints:
Length: 24 - 128
Pattern: [\w]*
public void setCertificateId(String certificateId)
Constraints:
Length: 24 - 128
Pattern: [\w]*
certificateId
- The ID of the signing certificate you want to update.public UpdateSigningCertificateRequest withCertificateId(String certificateId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 24 - 128
Pattern: [\w]*
certificateId
- The ID of the signing certificate you want to update.public String getStatus()
Active
means the certificate can be used for API calls to AWS, while
Inactive
means the certificate cannot be used.
Constraints:
Allowed Values: Active, Inactive
Active
means the certificate can be used for API calls to AWS, while
Inactive
means the certificate cannot be used.StatusType
public void setStatus(String status)
Active
means the certificate can be used for API calls to AWS, while
Inactive
means the certificate cannot be used.
Constraints:
Allowed Values: Active, Inactive
status
- The status you want to assign to the certificate. Active
means the certificate can be used for API calls to AWS, while
Inactive
means the certificate cannot be used.StatusType
public UpdateSigningCertificateRequest withStatus(String status)
Active
means the certificate can be used for API calls to AWS, while
Inactive
means the certificate cannot be used.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Active, Inactive
status
- The status you want to assign to the certificate. Active
means the certificate can be used for API calls to AWS, while
Inactive
means the certificate cannot be used.StatusType
public void setStatus(StatusType status)
Active
means the certificate can be used for API calls to AWS, while
Inactive
means the certificate cannot be used.
Constraints:
Allowed Values: Active, Inactive
status
- The status you want to assign to the certificate. Active
means the certificate can be used for API calls to AWS, while
Inactive
means the certificate cannot be used.StatusType
public UpdateSigningCertificateRequest withStatus(StatusType status)
Active
means the certificate can be used for API calls to AWS, while
Inactive
means the certificate cannot be used.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Active, Inactive
status
- The status you want to assign to the certificate. Active
means the certificate can be used for API calls to AWS, while
Inactive
means the certificate cannot be used.StatusType
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.