public class SetLoadBalancerListenerSSLCertificateRequest extends AmazonWebServiceRequest implements java.io.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.
| コンストラクタと説明 |
|---|
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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLoadBalancerName()
The name of the the LoadBalancer.
|
java.lang.Integer |
getLoadBalancerPort()
The port that uses the specified SSL certificate.
|
java.lang.String |
getSSLCertificateId()
The ID of the SSL certificate chain to use.
|
int |
hashCode() |
void |
setLoadBalancerName(java.lang.String loadBalancerName)
The name of the the LoadBalancer.
|
void |
setLoadBalancerPort(java.lang.Integer loadBalancerPort)
The port that uses the specified SSL certificate.
|
void |
setSSLCertificateId(java.lang.String sSLCertificateId)
The ID 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 the LoadBalancer.
|
SetLoadBalancerListenerSSLCertificateRequest |
withLoadBalancerPort(java.lang.Integer loadBalancerPort)
The port that uses the specified SSL certificate.
|
SetLoadBalancerListenerSSLCertificateRequest |
withSSLCertificateId(java.lang.String sSLCertificateId)
The ID of the SSL certificate chain to use.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic SetLoadBalancerListenerSSLCertificateRequest()
public SetLoadBalancerListenerSSLCertificateRequest(java.lang.String loadBalancerName,
java.lang.Integer loadBalancerPort,
java.lang.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 java.lang.String getLoadBalancerName()
public void setLoadBalancerName(java.lang.String loadBalancerName)
loadBalancerName - The name of the the LoadBalancer.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 the LoadBalancer.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 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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object