AWS SDK for .NET Documentation
SetLoadBalancerListenerSSLCertificateRequest Class
AmazonAmazon.ElasticLoadBalancing.ModelSetLoadBalancerListenerSSLCertificateRequest Did this page help you?   Yes   No    Tell us about it...
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 .

Declaration Syntax
C#
public class SetLoadBalancerListenerSSLCertificateRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SetLoadBalancerListenerSSLCertificateRequest()()()()
Default constructor for a new SetLoadBalancerListenerSSLCertificateRequest object. Callers should use the properties or fluent setter (With...) methods to initialize this object after creating it.

SetLoadBalancerListenerSSLCertificateRequest(String, Int32, String)
Constructs a new SetLoadBalancerListenerSSLCertificateRequest object. Callers should use the properties or fluent setter (With...) methods to initialize any additional object members.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
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.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithLoadBalancerName(String) Obsolete.
Sets the LoadBalancerName property

WithLoadBalancerPort(Int32) Obsolete.
Sets the LoadBalancerPort property

WithSSLCertificateId(String) Obsolete.
Sets the SSLCertificateId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 SetLoadBalancerListenerSSLCertificateRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)