C# Class Amazon.ElasticLoadBalancing.Model.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 load balancer and port.

For more information about updating your SSL certificate, see Replace the SSL Certificate for Your Load Balancer in the Classic Load Balancers Guide.

Inheritance: AmazonElasticLoadBalancingRequest
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
SetLoadBalancerListenerSSLCertificateRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

SetLoadBalancerListenerSSLCertificateRequest ( string loadBalancerName, int loadBalancerPort, string sslCertificateId ) : System

Instantiates SetLoadBalancerListenerSSLCertificateRequest with the parameterized properties

Private Methods

Method Description
IsSetLoadBalancerName ( ) : bool
IsSetLoadBalancerPort ( ) : bool
IsSetSSLCertificateId ( ) : bool

Method Details

SetLoadBalancerListenerSSLCertificateRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public SetLoadBalancerListenerSSLCertificateRequest ( ) : System
return System

SetLoadBalancerListenerSSLCertificateRequest() public method

Instantiates SetLoadBalancerListenerSSLCertificateRequest with the parameterized properties
public SetLoadBalancerListenerSSLCertificateRequest ( string loadBalancerName, int loadBalancerPort, string sslCertificateId ) : System
loadBalancerName string The name of the load balancer.
loadBalancerPort int The port that uses the specified SSL certificate.
sslCertificateId string The Amazon Resource Name (ARN) of the SSL certificate.
return System