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.

Namespace: Amazon.ElasticLoadBalancing.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class SetLoadBalancerListenerSSLCertificateRequest : AmazonWebServiceRequest
Public Class SetLoadBalancerListenerSSLCertificateRequest _
	Inherits AmazonWebServiceRequest
public ref class SetLoadBalancerListenerSSLCertificateRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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 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.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithLoadBalancerName(String)
Sets the LoadBalancerName property
WithLoadBalancerPort(Int32)
Sets the LoadBalancerPort property
WithSSLCertificateId(String)
Sets the SSLCertificateId property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ElasticLoadBalancing.Model..::..SetLoadBalancerListenerSSLCertificateRequest

See Also