@Generated(value="software.amazon.awssdk:codegen") public final class SetSubnetsRequest extends ElasticLoadBalancingV2Request implements ToCopyableBuilder<SetSubnetsRequest.Builder,SetSubnetsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SetSubnetsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SetSubnetsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSubnetMappings()
Returns true if the SubnetMappings property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasSubnets()
Returns true if the Subnets property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
IpAddressType |
ipAddressType()
[Network Load Balancers] The type of IP addresses used by the subnets for your load balancer.
|
String |
ipAddressTypeAsString()
[Network Load Balancers] The type of IP addresses used by the subnets for your load balancer.
|
String |
loadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SetSubnetsRequest.Builder> |
serializableBuilderClass() |
List<SubnetMapping> |
subnetMappings()
The IDs of the public subnets.
|
List<String> |
subnets()
The IDs of the public subnets.
|
SetSubnetsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String loadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
public final boolean hasSubnets()
public final List<String> subnets()
The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.
[Application Load Balancers] You must specify subnets from at least two Availability Zones.
[Application Load Balancers on Outposts] You must specify one Outpost subnet.
[Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones.
[Network Load Balancers] You can specify subnets from one or more Availability Zones.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSubnets() to see if a value was sent in this field.
[Application Load Balancers] You must specify subnets from at least two Availability Zones.
[Application Load Balancers on Outposts] You must specify one Outpost subnet.
[Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones.
[Network Load Balancers] You can specify subnets from one or more Availability Zones.
public final boolean hasSubnetMappings()
public final List<SubnetMapping> subnetMappings()
The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.
[Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.
[Application Load Balancers on Outposts] You must specify one Outpost subnet.
[Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones.
[Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSubnetMappings() to see if a value was sent in this field.
[Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.
[Application Load Balancers on Outposts] You must specify one Outpost subnet.
[Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones.
[Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet.
public final IpAddressType ipAddressType()
[Network Load Balancers] 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). You can’t
specify dualstack for a load balancer with a UDP or TCP_UDP listener. Internal load balancers must
use ipv4.
If the service returns an enum value that is not available in the current SDK version, ipAddressType
will return IpAddressType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ipAddressTypeAsString().
ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6
addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.
Internal load balancers must use ipv4.IpAddressTypepublic final String ipAddressTypeAsString()
[Network Load Balancers] 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). You can’t
specify dualstack for a load balancer with a UDP or TCP_UDP listener. Internal load balancers must
use ipv4.
If the service returns an enum value that is not available in the current SDK version, ipAddressType
will return IpAddressType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ipAddressTypeAsString().
ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6
addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.
Internal load balancers must use ipv4.IpAddressTypepublic SetSubnetsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SetSubnetsRequest.Builder,SetSubnetsRequest>toBuilder in class ElasticLoadBalancingV2Requestpublic static SetSubnetsRequest.Builder builder()
public static Class<? extends SetSubnetsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.