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 load balancer and port.
For more information on updating your SSL certificate, see Updating an SSL Certificate for a Load Balancer in the Elastic Load Balancing Developer Guide .
| 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 load balancer.
|
Integer |
getLoadBalancerPort()
The port that uses the specified SSL certificate.
|
String |
getSSLCertificateId()
The Amazon Resource Number (ARN) of the SSL certificate chain to use.
|
int |
hashCode() |
void |
setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
void |
setLoadBalancerPort(Integer loadBalancerPort)
The port that uses the specified SSL certificate.
|
void |
setSSLCertificateId(String sSLCertificateId)
The Amazon Resource Number (ARN) 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 load balancer.
|
SetLoadBalancerListenerSSLCertificateRequest |
withLoadBalancerPort(Integer loadBalancerPort)
The port that uses the specified SSL certificate.
|
SetLoadBalancerListenerSSLCertificateRequest |
withSSLCertificateId(String sSLCertificateId)
The Amazon Resource Number (ARN) of the SSL certificate chain to use.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic SetLoadBalancerListenerSSLCertificateRequest()
public SetLoadBalancerListenerSSLCertificateRequest(String loadBalancerName, Integer loadBalancerPort, String sSLCertificateId)
loadBalancerName - The name of the load balancer.loadBalancerPort - The port that uses the specified SSL
certificate.sSLCertificateId - The Amazon Resource Number (ARN) of the SSL
certificate chain to use. For more information on SSL certificates,
see
Managing Server Certificates in the AWS Identity and Access
Management User Guide.public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName - The name of the load balancer.public SetLoadBalancerListenerSSLCertificateRequest withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName - The name of the load balancer.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 Amazon Resource Number (ARN) of the SSL certificate chain to use.
For more information on SSL certificates, see
Managing Server Certificates in the AWS Identity and Access
Management User Guide.public SetLoadBalancerListenerSSLCertificateRequest withSSLCertificateId(String sSLCertificateId)
Returns a reference to this object so that method calls can be chained together.
sSLCertificateId - The Amazon Resource Number (ARN) of the SSL certificate chain to use.
For more information on SSL certificates, see
Managing Server Certificates in the AWS Identity and Access
Management User Guide.public String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.