|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticloadbalancing.model.SetLoadBalancerListenerSSLCertificateRequest
public class SetLoadBalancerListenerSSLCertificateRequest
Container for the parameters to the 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 .
AmazonElasticLoadBalancing.setLoadBalancerListenerSSLCertificate(SetLoadBalancerListenerSSLCertificateRequest),
Serialized Form| Constructor Summary | |
|---|---|
SetLoadBalancerListenerSSLCertificateRequest()
Default constructor for a new SetLoadBalancerListenerSSLCertificateRequest object. |
|
SetLoadBalancerListenerSSLCertificateRequest(java.lang.String loadBalancerName,
java.lang.Integer loadBalancerPort,
java.lang.String sSLCertificateId)
Constructs a new SetLoadBalancerListenerSSLCertificateRequest object. |
|
| Method Summary | |
|---|---|
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 Number (ARN) of the SSL certificate chain to use. |
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 Number (ARN) of the SSL certificate chain to use. |
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 Number (ARN) of the SSL certificate chain to use. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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 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.| Method Detail |
|---|
public java.lang.String getLoadBalancerName()
public void setLoadBalancerName(java.lang.String loadBalancerName)
loadBalancerName - The name of the load balancer.public SetLoadBalancerListenerSSLCertificateRequest withLoadBalancerName(java.lang.String loadBalancerName)
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()
public void setLoadBalancerPort(java.lang.Integer loadBalancerPort)
loadBalancerPort - The port that uses the specified SSL certificate.public SetLoadBalancerListenerSSLCertificateRequest withLoadBalancerPort(java.lang.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 java.lang.String getSSLCertificateId()
public void setSSLCertificateId(java.lang.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(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||