ToCopyableBuilder<LoadBalancer.Builder,LoadBalancer>
@Generated("software.amazon.awssdk:codegen") public class LoadBalancer extends Object implements ToCopyableBuilder<LoadBalancer.Builder,LoadBalancer>
Information about a load balancer.
Modifier and Type | Class | Description |
---|---|---|
static interface |
LoadBalancer.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<AvailabilityZone> |
availabilityZones() |
The Availability Zones for the load balancer.
|
static LoadBalancer.Builder |
builder() |
|
String |
canonicalHostedZoneId() |
The ID of the Amazon Route 53 hosted zone associated with the load balancer.
|
Date |
createdTime() |
The date and time the load balancer was created.
|
String |
dnsName() |
The public DNS name of the load balancer.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
ipAddressType() |
The type of IP addresses used by the subnets for your load balancer.
|
String |
loadBalancerArn() |
The Amazon Resource Name (ARN) of the load balancer.
|
String |
loadBalancerName() |
The name of the load balancer.
|
String |
scheme() |
The nodes of an Internet-facing load balancer have public IP addresses.
|
List<String> |
securityGroups() |
The IDs of the security groups for the load balancer.
|
static Class<? extends LoadBalancer.Builder> |
serializableBuilderClass() |
|
LoadBalancerState |
state() |
The state of the load balancer.
|
LoadBalancer.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of load balancer.
|
String |
vpcId() |
The ID of the VPC for the load balancer.
|
public String loadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
public String dnsName()
The public DNS name of the load balancer.
public String canonicalHostedZoneId()
The ID of the Amazon Route 53 hosted zone associated with the load balancer.
public Date createdTime()
The date and time the load balancer was created.
public String loadBalancerName()
The name of the load balancer.
public String scheme()
The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.
The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
LoadBalancerSchemeEnum
public String vpcId()
The ID of the VPC for the load balancer.
public LoadBalancerState state()
The state of the load balancer.
public String type()
The type of load balancer.
LoadBalancerTypeEnum
public List<AvailabilityZone> availabilityZones()
The Availability Zones for the load balancer.
public List<String> securityGroups()
The IDs of the security groups for the load balancer.
public String ipAddressType()
The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4
(for IPv4 addresses) and dualstack
(for IPv4 and IPv6 addresses).
ipv4
(for IPv4 addresses) and dualstack
(for IPv4 and IPv6 addresses).IpAddressType
public LoadBalancer.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LoadBalancer.Builder,LoadBalancer>
public static LoadBalancer.Builder builder()
public static Class<? extends LoadBalancer.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.