Interface CreateLoadBalancerRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateLoadBalancerRequest.Builder,,- CreateLoadBalancerRequest> - ElasticLoadBalancingRequest.Builder,- SdkBuilder<CreateLoadBalancerRequest.Builder,,- CreateLoadBalancerRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateLoadBalancerRequest
- 
Method SummaryModifier and TypeMethodDescriptionavailabilityZones(String... availabilityZones) One or more Availability Zones from the same region as the load balancer.availabilityZones(Collection<String> availabilityZones) One or more Availability Zones from the same region as the load balancer.listeners(Collection<Listener> listeners) The listeners.listeners(Consumer<Listener.Builder>... listeners) The listeners.The listeners.loadBalancerName(String loadBalancerName) The name of the load balancer.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The type of a load balancer.securityGroups(String... securityGroups) The IDs of the security groups to assign to the load balancer.securityGroups(Collection<String> securityGroups) The IDs of the security groups to assign to the load balancer.The IDs of the subnets in your VPC to attach to the load balancer.subnets(Collection<String> subnets) The IDs of the subnets in your VPC to attach to the load balancer.tags(Collection<Tag> tags) A list of tags to assign to the load balancer.tags(Consumer<Tag.Builder>... tags) A list of tags to assign to the load balancer.A list of tags to assign to the load balancer.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancing.model.ElasticLoadBalancingRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
loadBalancerNameThe name of the load balancer. This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen. - Parameters:
- loadBalancerName- The name of the load balancer.- This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
listenersThe listeners. For more information, see Listeners for Your Classic Load Balancer in the Classic Load Balancers Guide. - Parameters:
- listeners- The listeners.- For more information, see Listeners for Your Classic Load Balancer in the Classic Load Balancers Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
listenersThe listeners. For more information, see Listeners for Your Classic Load Balancer in the Classic Load Balancers Guide. - Parameters:
- listeners- The listeners.- For more information, see Listeners for Your Classic Load Balancer in the Classic Load Balancers Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
listenersThe listeners. For more information, see Listeners for Your Classic Load Balancer in the Classic Load Balancers Guide. This is a convenience method that creates an instance of theListener.Builderavoiding the need to create one manually viaListener.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolisteners(List<Listener>).- Parameters:
- listeners- a consumer that will call methods on- Listener.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
availabilityZonesOne or more Availability Zones from the same region as the load balancer. You must specify at least one Availability Zone. You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer. - Parameters:
- availabilityZones- One or more Availability Zones from the same region as the load balancer.- You must specify at least one Availability Zone. - You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
availabilityZonesOne or more Availability Zones from the same region as the load balancer. You must specify at least one Availability Zone. You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer. - Parameters:
- availabilityZones- One or more Availability Zones from the same region as the load balancer.- You must specify at least one Availability Zone. - You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subnetsThe IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.- Parameters:
- subnets- The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in- AvailabilityZones.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subnetsThe IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.- Parameters:
- subnets- The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in- AvailabilityZones.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
securityGroupsThe IDs of the security groups to assign to the load balancer. - Parameters:
- securityGroups- The IDs of the security groups to assign to the load balancer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
securityGroupsThe IDs of the security groups to assign to the load balancer. - Parameters:
- securityGroups- The IDs of the security groups to assign to the load balancer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
schemeThe type of a load balancer. Valid only for load balancers in a VPC. By default, Elastic Load Balancing creates an Internet-facing load balancer with a DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide. Specify internalto create a load balancer with a DNS name that resolves to private IP addresses.- Parameters:
- scheme- The type of a load balancer. Valid only for load balancers in a VPC.- By default, Elastic Load Balancing creates an Internet-facing load balancer with a DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Load Balancer Scheme in the Elastic Load Balancing User Guide. - Specify - internalto create a load balancer with a DNS name that resolves to private IP addresses.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsA list of tags to assign to the load balancer. For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide. - Parameters:
- tags- A list of tags to assign to the load balancer.- For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsA list of tags to assign to the load balancer. For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide. - Parameters:
- tags- A list of tags to assign to the load balancer.- For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsA list of tags to assign to the load balancer. For more information about tagging your load balancer, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateLoadBalancerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateLoadBalancerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-