@Generated(value="software.amazon.awssdk:codegen") public final class AwsElbv2LoadBalancerDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsElbv2LoadBalancerDetails.Builder,AwsElbv2LoadBalancerDetails>
Information about a load balancer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsElbv2LoadBalancerDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AvailabilityZone> |
availabilityZones()
The Availability Zones for the load balancer.
|
static AwsElbv2LoadBalancerDetails.Builder |
builder() |
String |
canonicalHostedZoneId()
The ID of the Amazon Route 53 hosted zone associated with the load balancer.
|
String |
createdTime()
Indicates when the load balancer was created.
|
String |
dnsName()
The public DNS name of the load balancer.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAvailabilityZones()
Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasSecurityGroups()
Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
String |
ipAddressType()
The type of IP addresses used by the subnets for your load balancer.
|
String |
scheme()
The nodes of an Internet-facing load balancer have public IP addresses.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
securityGroups()
The IDs of the security groups for the load balancer.
|
static Class<? extends AwsElbv2LoadBalancerDetails.Builder> |
serializableBuilderClass() |
LoadBalancerState |
state()
The state of the load balancer.
|
AwsElbv2LoadBalancerDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of load balancer.
|
String |
vpcId()
The ID of the VPC for the load balancer.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasAvailabilityZones()
public final List<AvailabilityZone> availabilityZones()
The Availability Zones for the load balancer.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAvailabilityZones() to see if a value was sent in this field.
public final String canonicalHostedZoneId()
The ID of the Amazon Route 53 hosted zone associated with the load balancer.
public final String createdTime()
Indicates when the load balancer was created.
Uses the date-time format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
public final String dnsName()
The public DNS name of the load balancer.
public final 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).public final String scheme()
The nodes of an Internet-facing load balancer have public IP addresses.
public final boolean hasSecurityGroups()
public final List<String> securityGroups()
The IDs of the security groups for the load balancer.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSecurityGroups() to see if a value was sent in this field.
public final LoadBalancerState state()
The state of the load balancer.
public final String type()
The type of load balancer.
public final String vpcId()
The ID of the VPC for the load balancer.
public AwsElbv2LoadBalancerDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsElbv2LoadBalancerDetails.Builder,AwsElbv2LoadBalancerDetails>public static AwsElbv2LoadBalancerDetails.Builder builder()
public static Class<? extends AwsElbv2LoadBalancerDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.