public class SetLoadBalancerListenerSSLCertificateRequest extends AmazonWebServiceRequest implements java.io.Serializable
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 about 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 SetLoadBalancerListenerSSLCertificateRequest
object.
|
SetLoadBalancerListenerSSLCertificateRequest(java.lang.String loadBalancerName,
java.lang.Integer loadBalancerPort,
java.lang.String sSLCertificateId)
Constructs a new SetLoadBalancerListenerSSLCertificateRequest object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLoadBalancerName()
The name of the load balancer.
|
java.lang.Integer |
getLoadBalancerPort()
The port that uses the specified SSL certificate.
|
java.lang.String |
getSSLCertificateId()
The Amazon Resource Name (ARN) of the SSL certificate.
|
int |
hashCode() |
void |
setLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
|
void |
setLoadBalancerPort(java.lang.Integer loadBalancerPort)
The port that uses the specified SSL certificate.
|
void |
setSSLCertificateId(java.lang.String sSLCertificateId)
The Amazon Resource Name (ARN) of the SSL certificate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetLoadBalancerListenerSSLCertificateRequest |
withLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
|
SetLoadBalancerListenerSSLCertificateRequest |
withLoadBalancerPort(java.lang.Integer loadBalancerPort)
The port that uses the specified SSL certificate.
|
SetLoadBalancerListenerSSLCertificateRequest |
withSSLCertificateId(java.lang.String sSLCertificateId)
The Amazon Resource Name (ARN) of the SSL certificate.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public SetLoadBalancerListenerSSLCertificateRequest()
public SetLoadBalancerListenerSSLCertificateRequest(java.lang.String loadBalancerName, java.lang.Integer loadBalancerPort, java.lang.String sSLCertificateId)
loadBalancerName
- The name of the load balancer.
loadBalancerPort
- The port that uses the specified SSL certificate.
sSLCertificateId
- The Amazon Resource Name (ARN) of the SSL certificate.
public java.lang.String getLoadBalancerName()
The name of the load balancer.
The name of the load balancer.
public void setLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
loadBalancerName
- The name of the load balancer.
public SetLoadBalancerListenerSSLCertificateRequest withLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
Returns a reference to this object so that method calls can be chained together.
loadBalancerName
- The name of the load balancer.
public java.lang.Integer getLoadBalancerPort()
The port that uses the specified SSL certificate.
The port that uses the specified SSL certificate.
public void setLoadBalancerPort(java.lang.Integer loadBalancerPort)
The port that uses the specified SSL certificate.
loadBalancerPort
- The port that uses the specified SSL certificate.
public SetLoadBalancerListenerSSLCertificateRequest withLoadBalancerPort(java.lang.Integer loadBalancerPort)
The port that uses the specified SSL certificate.
Returns a reference to this object so that method calls can be chained together.
loadBalancerPort
- The port that uses the specified SSL certificate.
public java.lang.String getSSLCertificateId()
The Amazon Resource Name (ARN) of the SSL certificate.
The Amazon Resource Name (ARN) of the SSL certificate.
public void setSSLCertificateId(java.lang.String sSLCertificateId)
The Amazon Resource Name (ARN) of the SSL certificate.
sSLCertificateId
- The Amazon Resource Name (ARN) of the SSL certificate.
public SetLoadBalancerListenerSSLCertificateRequest withSSLCertificateId(java.lang.String sSLCertificateId)
The Amazon Resource Name (ARN) of the SSL certificate.
Returns a reference to this object so that method calls can be chained together.
sSLCertificateId
- The Amazon Resource Name (ARN) of the SSL certificate.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.