|
|||||||
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 LoadBalancer and port.
AmazonElasticLoadBalancing.setLoadBalancerListenerSSLCertificate(SetLoadBalancerListenerSSLCertificateRequest)
Constructor Summary | |
---|---|
SetLoadBalancerListenerSSLCertificateRequest()
Default constructor for a new SetLoadBalancerListenerSSLCertificateRequest object. |
|
SetLoadBalancerListenerSSLCertificateRequest(String loadBalancerName,
Integer loadBalancerPort,
String sSLCertificateId)
Constructs a new SetLoadBalancerListenerSSLCertificateRequest object. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public 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.Method Detail |
---|
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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |