Java com.amazonaws.services.elasticloadbalancing.model CreateLoadBalancerRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticloadbalancing.model CreateLoadBalancerRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticloadbalancing.model CreateLoadBalancerRequest.

The text is from its open source code.

Constructor

CreateLoadBalancerRequest()
Default constructor for CreateLoadBalancerRequest object.
CreateLoadBalancerRequest(String loadBalancerName)
Constructs a new CreateLoadBalancerRequest object.

Method

java.util.ListgetAvailabilityZones()

One or more Availability Zones from the same region as the load balancer.

java.util.ListgetListeners()

The listeners.

StringgetLoadBalancerName()

The name of the load balancer.

voidsetAvailabilityZones(java.util.Collection availabilityZones)

One or more Availability Zones from the same region as the load balancer.

voidsetListeners(java.util.Collection listeners)

The listeners.

voidsetLoadBalancerName(String loadBalancerName)

The name of the load balancer.

voidsetScheme(String scheme)

The type of a load balancer.

voidsetSecurityGroups(java.util.Collection securityGroups)

The IDs of the security groups to assign to the load balancer.

voidsetSubnets(java.util.Collection subnets)

The IDs of the subnets in your VPC to attach to the load balancer.

CreateLoadBalancerRequestwithAvailabilityZones(String... availabilityZones)

One or more Availability Zones from the same region as the load balancer.

CreateLoadBalancerRequestwithAvailabilityZones(java.util.Collection availabilityZones)

One or more Availability Zones from the same region as the load balancer.

CreateLoadBalancerRequestwithListeners(Listener... listeners)

The listeners.

CreateLoadBalancerRequestwithListeners(java.util.Collection listeners)

The listeners.

CreateLoadBalancerRequestwithLoadBalancerName(String loadBalancerName)

The name of the load balancer.

CreateLoadBalancerRequestwithScheme(String scheme)

The type of a load balancer.

CreateLoadBalancerRequestwithSecurityGroups(String... securityGroups)

The IDs of the security groups to assign to the load balancer.

CreateLoadBalancerRequestwithSecurityGroups(java.util.Collection securityGroups)

The IDs of the security groups to assign to the load balancer.

CreateLoadBalancerRequestwithSubnets(String... subnets)

The IDs of the subnets in your VPC to attach to the load balancer.

CreateLoadBalancerRequestwithSubnets(java.util.Collection subnets)

The IDs of the subnets in your VPC to attach to the load balancer.