public class SetLoadBalancerListenerSSLCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 about updating your SSL certificate, see Updating an SSL Certificate for a Load Balancer in the Elastic Load Balancing Developer Guide .
NOOP
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 |
---|---|
SetLoadBalancerListenerSSLCertificateRequest |
clone()
Creates a shallow clone of this request.
|
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 Name (ARN) of the SSL certificate.
|
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 Name (ARN) of the SSL certificate.
|
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 Name (ARN) of the SSL certificate.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Name (ARN) of the SSL
certificate.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 Name (ARN) of the SSL certificate.public SetLoadBalancerListenerSSLCertificateRequest withSSLCertificateId(String sSLCertificateId)
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 String toString()
toString
in class Object
Object.toString()
public SetLoadBalancerListenerSSLCertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.