public class SetLoadBalancerListenerSSLCertificateRequest extends AmazonWebServiceRequest implements Serializable
SetLoadBalancerListenerSSLCertificate operation.
Sets the certificate that terminates the specified listener's SSL connections. The specified certificate replaces any prior certificate that was used on the same LoadBalancer and port.
| Constructor and Description |
|---|
SetLoadBalancerListenerSSLCertificateRequest()
Default constructor for a new SetLoadBalancerListenerSSLCertificateRequest object.
|
SetLoadBalancerListenerSSLCertificateRequest(String loadBalancerName,
Integer loadBalancerPort,
String sSLCertificateId)
Constructs a new SetLoadBalancerListenerSSLCertificateRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLoadBalancerName()
The name of the the LoadBalancer.
|
Integer |
getLoadBalancerPort()
The port that uses the specified SSL certificate.
|
String |
getSSLCertificateId()
The ID of the SSL certificate chain to use.
|
int |
hashCode() |
void |
setLoadBalancerName(String loadBalancerName)
The name of the the LoadBalancer.
|
void |
setLoadBalancerPort(Integer loadBalancerPort)
The port that uses the specified SSL certificate.
|
void |
setSSLCertificateId(String sSLCertificateId)
The ID of the SSL certificate chain to use.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetLoadBalancerListenerSSLCertificateRequest |
withLoadBalancerName(String loadBalancerName)
The name of the the LoadBalancer.
|
SetLoadBalancerListenerSSLCertificateRequest |
withLoadBalancerPort(Integer loadBalancerPort)
The port that uses the specified SSL certificate.
|
SetLoadBalancerListenerSSLCertificateRequest |
withSSLCertificateId(String sSLCertificateId)
The ID of the SSL certificate chain to use.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic SetLoadBalancerListenerSSLCertificateRequest()
public SetLoadBalancerListenerSSLCertificateRequest(String loadBalancerName, Integer loadBalancerPort, String sSLCertificateId)
loadBalancerName - The name of the the LoadBalancer.loadBalancerPort - The port that uses the specified SSL
certificate.sSLCertificateId - The ID of the SSL certificate chain to use.
For more information on SSL certificates, see
Managing Server Certificates in the AWS Identity and Access
Management documentation.public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName - The name of the the LoadBalancer.public SetLoadBalancerListenerSSLCertificateRequest withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName - The name of the the LoadBalancer.public Integer getLoadBalancerPort()
public void setLoadBalancerPort(Integer loadBalancerPort)
loadBalancerPort - The port that uses the specified SSL certificate.public SetLoadBalancerListenerSSLCertificateRequest withLoadBalancerPort(Integer loadBalancerPort)
Returns a reference to this object so that method calls can be chained together.
loadBalancerPort - The port that uses the specified SSL certificate.public String getSSLCertificateId()
public void setSSLCertificateId(String sSLCertificateId)
sSLCertificateId - The ID of the SSL certificate chain to use. For more information on
SSL certificates, see
Managing Server Certificates in the AWS Identity and Access
Management documentation.public SetLoadBalancerListenerSSLCertificateRequest withSSLCertificateId(String sSLCertificateId)
Returns a reference to this object so that method calls can be chained together.
sSLCertificateId - The ID of the SSL certificate chain to use. For more information on
SSL certificates, see
Managing Server Certificates in the AWS Identity and Access
Management documentation.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.