public class UpdateServerCertificateRequest extends AmazonWebServiceRequest implements java.io.Serializable
UpdateServerCertificate operation.
Updates the name and/or the path of the specified server certificate.
IMPORTANT: You should understand the implications of changing a server certificate's path or name. For more information, see Managing Server Certificates in Using AWS Identity and Access Management.
NOTE:To change a server certificate name the requester must have appropriate permissions on both the source object and the target object. For example, to change the name from ProductionCert to ProdCert, the entity making the request must have permission on ProductionCert and ProdCert, or must have permission on all (*). For more information about permissions, see Permissions and Policies.
| コンストラクタと説明 |
|---|
UpdateServerCertificateRequest()
Default constructor for a new UpdateServerCertificateRequest object.
|
UpdateServerCertificateRequest(java.lang.String serverCertificateName)
Constructs a new UpdateServerCertificateRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNewPath()
The new path for the server certificate.
|
java.lang.String |
getNewServerCertificateName()
The new name for the server certificate.
|
java.lang.String |
getServerCertificateName()
The name of the server certificate that you want to update.
|
int |
hashCode() |
void |
setNewPath(java.lang.String newPath)
The new path for the server certificate.
|
void |
setNewServerCertificateName(java.lang.String newServerCertificateName)
The new name for the server certificate.
|
void |
setServerCertificateName(java.lang.String serverCertificateName)
The name of the server certificate that you want to update.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateServerCertificateRequest |
withNewPath(java.lang.String newPath)
The new path for the server certificate.
|
UpdateServerCertificateRequest |
withNewServerCertificateName(java.lang.String newServerCertificateName)
The new name for the server certificate.
|
UpdateServerCertificateRequest |
withServerCertificateName(java.lang.String serverCertificateName)
The name of the server certificate that you want to update.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic UpdateServerCertificateRequest()
public UpdateServerCertificateRequest(java.lang.String serverCertificateName)
serverCertificateName - The name of the server certificate that
you want to update.public java.lang.String getServerCertificateName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setServerCertificateName(java.lang.String serverCertificateName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
serverCertificateName - The name of the server certificate that you want to update.public UpdateServerCertificateRequest withServerCertificateName(java.lang.String serverCertificateName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
serverCertificateName - The name of the server certificate that you want to update.public java.lang.String getNewPath()
Constraints:
Length: 1 - 512
Pattern: (/)|(/[!-]+/)
public void setNewPath(java.lang.String newPath)
Constraints:
Length: 1 - 512
Pattern: (/)|(/[!-]+/)
newPath - The new path for the server certificate. Include this only if you are
updating the server certificate's path.public UpdateServerCertificateRequest withNewPath(java.lang.String newPath)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 512
Pattern: (/)|(/[!-]+/)
newPath - The new path for the server certificate. Include this only if you are
updating the server certificate's path.public java.lang.String getNewServerCertificateName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setNewServerCertificateName(java.lang.String newServerCertificateName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
newServerCertificateName - The new name for the server certificate. Include this only if you are
updating the server certificate's name.public UpdateServerCertificateRequest withNewServerCertificateName(java.lang.String newServerCertificateName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
newServerCertificateName - The new name for the server certificate. Include this only if you are
updating the server certificate's name.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object