|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.identitymanagement.model.UpdateServerCertificateRequest
public class UpdateServerCertificateRequest
Container for the parameters to the 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.
AmazonIdentityManagement.updateServerCertificate(UpdateServerCertificateRequest)
Constructor Summary | |
---|---|
UpdateServerCertificateRequest()
|
Method Summary | |
---|---|
String |
getNewPath()
The new path for the server certificate. |
String |
getNewServerCertificateName()
The new name for the server certificate. |
String |
getServerCertificateName()
The name of the server certificate that you want to update. |
void |
setNewPath(String newPath)
The new path for the server certificate. |
void |
setNewServerCertificateName(String newServerCertificateName)
The new name for the server certificate. |
void |
setServerCertificateName(String serverCertificateName)
The name of the server certificate that you want to update. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
UpdateServerCertificateRequest |
withNewPath(String newPath)
The new path for the server certificate. |
UpdateServerCertificateRequest |
withNewServerCertificateName(String newServerCertificateName)
The new name for the server certificate. |
UpdateServerCertificateRequest |
withServerCertificateName(String serverCertificateName)
The name of the server certificate that you want to update. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdateServerCertificateRequest()
Method Detail |
---|
public String getServerCertificateName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setServerCertificateName(String serverCertificateName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
serverCertificateName
- The name of the server certificate that you want to update.public UpdateServerCertificateRequest withServerCertificateName(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 String getNewPath()
Constraints:
Length: 1 - 512
Pattern: (/)|(/[!-]+/)
public void setNewPath(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(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 String getNewServerCertificateName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setNewServerCertificateName(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(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 String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |