public class DeleteServerCertificateRequest extends AmazonWebServiceRequest implements Serializable
DeleteServerCertificate operation
.
Deletes the specified server certificate.
IMPORTANT:If you are using a server certificate with Elastic Load Balancing, deleting the certificate could have implications for your application. If Elastic Load Balancing doesn't detect the deletion of bound certificates, it may continue to use the certificates. This could cause Elastic Load Balancing to stop accepting traffic. We recommend that you remove the reference to the certificate from Elastic Load Balancing before using this command to delete the certificate. For more information, go to DeleteLoadBalancerListeners in the Elastic Load Balancing API Reference.
Constructor and Description |
---|
DeleteServerCertificateRequest()
Default constructor for a new DeleteServerCertificateRequest object.
|
DeleteServerCertificateRequest(String serverCertificateName)
Constructs a new DeleteServerCertificateRequest object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getServerCertificateName()
The name of the server certificate you want to delete.
|
int |
hashCode() |
void |
setServerCertificateName(String serverCertificateName)
The name of the server certificate you want to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteServerCertificateRequest |
withServerCertificateName(String serverCertificateName)
The name of the server certificate you want to delete.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public DeleteServerCertificateRequest()
public DeleteServerCertificateRequest(String serverCertificateName)
serverCertificateName
- The name of the server certificate you
want to delete.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 you want to delete.public DeleteServerCertificateRequest 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 you want to delete.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.