public class UpdateCACertificateRequest extends AmazonWebServiceRequest implements Serializable
Updates a registered CA certificate.
Constructor and Description |
---|
UpdateCACertificateRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCertificateId()
The CA certificate identifier.
|
String |
getNewAutoRegistrationStatus()
The new value for the auto registration status.
|
String |
getNewStatus()
The updated status of the CA certificate.
|
RegistrationConfig |
getRegistrationConfig()
Information about the registration configuration.
|
Boolean |
getRemoveAutoRegistration()
If true, remove auto registration.
|
int |
hashCode() |
Boolean |
isRemoveAutoRegistration()
If true, remove auto registration.
|
void |
setCertificateId(String certificateId)
The CA certificate identifier.
|
void |
setNewAutoRegistrationStatus(AutoRegistrationStatus newAutoRegistrationStatus)
The new value for the auto registration status.
|
void |
setNewAutoRegistrationStatus(String newAutoRegistrationStatus)
The new value for the auto registration status.
|
void |
setNewStatus(CACertificateStatus newStatus)
The updated status of the CA certificate.
|
void |
setNewStatus(String newStatus)
The updated status of the CA certificate.
|
void |
setRegistrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
|
void |
setRemoveAutoRegistration(Boolean removeAutoRegistration)
If true, remove auto registration.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateCACertificateRequest |
withCertificateId(String certificateId)
The CA certificate identifier.
|
UpdateCACertificateRequest |
withNewAutoRegistrationStatus(AutoRegistrationStatus newAutoRegistrationStatus)
The new value for the auto registration status.
|
UpdateCACertificateRequest |
withNewAutoRegistrationStatus(String newAutoRegistrationStatus)
The new value for the auto registration status.
|
UpdateCACertificateRequest |
withNewStatus(CACertificateStatus newStatus)
The updated status of the CA certificate.
|
UpdateCACertificateRequest |
withNewStatus(String newStatus)
The updated status of the CA certificate.
|
UpdateCACertificateRequest |
withRegistrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
|
UpdateCACertificateRequest |
withRemoveAutoRegistration(Boolean removeAutoRegistration)
If true, remove auto registration.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getCertificateId()
The CA certificate identifier.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
The CA certificate identifier.
public void setCertificateId(String certificateId)
The CA certificate identifier.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId
- The CA certificate identifier.
public UpdateCACertificateRequest withCertificateId(String certificateId)
The CA certificate identifier.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId
- The CA certificate identifier.
public String getNewStatus()
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
Constraints:
Allowed Values: ACTIVE, INACTIVE
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatus
public void setNewStatus(String newStatus)
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
Constraints:
Allowed Values: ACTIVE, INACTIVE
newStatus
- The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatus
public UpdateCACertificateRequest withNewStatus(String newStatus)
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, INACTIVE
newStatus
- The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatus
public void setNewStatus(CACertificateStatus newStatus)
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
Constraints:
Allowed Values: ACTIVE, INACTIVE
newStatus
- The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatus
public UpdateCACertificateRequest withNewStatus(CACertificateStatus newStatus)
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, INACTIVE
newStatus
- The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatus
public String getNewAutoRegistrationStatus()
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
Constraints:
Allowed Values: ENABLE, DISABLE
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
AutoRegistrationStatus
public void setNewAutoRegistrationStatus(String newAutoRegistrationStatus)
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
Constraints:
Allowed Values: ENABLE, DISABLE
newAutoRegistrationStatus
- The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
AutoRegistrationStatus
public UpdateCACertificateRequest withNewAutoRegistrationStatus(String newAutoRegistrationStatus)
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ENABLE, DISABLE
newAutoRegistrationStatus
- The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
AutoRegistrationStatus
public void setNewAutoRegistrationStatus(AutoRegistrationStatus newAutoRegistrationStatus)
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
Constraints:
Allowed Values: ENABLE, DISABLE
newAutoRegistrationStatus
- The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
AutoRegistrationStatus
public UpdateCACertificateRequest withNewAutoRegistrationStatus(AutoRegistrationStatus newAutoRegistrationStatus)
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ENABLE, DISABLE
newAutoRegistrationStatus
- The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
AutoRegistrationStatus
public RegistrationConfig getRegistrationConfig()
Information about the registration configuration.
Information about the registration configuration.
public void setRegistrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
registrationConfig
- Information about the registration configuration.
public UpdateCACertificateRequest withRegistrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
Returns a reference to this object so that method calls can be chained together.
registrationConfig
- Information about the registration configuration.
public Boolean isRemoveAutoRegistration()
If true, remove auto registration.
If true, remove auto registration.
public Boolean getRemoveAutoRegistration()
If true, remove auto registration.
If true, remove auto registration.
public void setRemoveAutoRegistration(Boolean removeAutoRegistration)
If true, remove auto registration.
removeAutoRegistration
- If true, remove auto registration.
public UpdateCACertificateRequest withRemoveAutoRegistration(Boolean removeAutoRegistration)
If true, remove auto registration.
Returns a reference to this object so that method calls can be chained together.
removeAutoRegistration
- If true, remove auto registration.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.