@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetIpAddressTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SetIpAddressTypeRequest() |
Modifier and Type | Method and Description |
---|---|
SetIpAddressTypeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIpAddressType()
Note: Internal load balancers must use the
ipv4 IP address type. |
String |
getLoadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
|
int |
hashCode() |
void |
setIpAddressType(IpAddressType ipAddressType)
Note: Internal load balancers must use the
ipv4 IP address type. |
void |
setIpAddressType(String ipAddressType)
Note: Internal load balancers must use the
ipv4 IP address type. |
void |
setLoadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
|
String |
toString()
Returns a string representation of this object.
|
SetIpAddressTypeRequest |
withIpAddressType(IpAddressType ipAddressType)
Note: Internal load balancers must use the
ipv4 IP address type. |
SetIpAddressTypeRequest |
withIpAddressType(String ipAddressType)
Note: Internal load balancers must use the
ipv4 IP address type. |
SetIpAddressTypeRequest |
withLoadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setLoadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
loadBalancerArn
- The Amazon Resource Name (ARN) of the load balancer.public String getLoadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
public SetIpAddressTypeRequest withLoadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
loadBalancerArn
- The Amazon Resource Name (ARN) of the load balancer.public void setIpAddressType(String ipAddressType)
Note: Internal load balancers must use the ipv4
IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4
addresses), dualstack
(for IPv4 and IPv6 addresses), and dualstack-without-public-ipv4
(for IPv6 only public addresses, with private IPv4 and IPv6 addresses).
Note: Application Load Balancer authentication only supports IPv4 addresses when connecting to an Identity Provider (IdP) or Amazon Cognito endpoint. Without a public IPv4 address the load balancer cannot complete the authentication process, resulting in HTTP 500 errors.
[Network Load Balancers] The IP address type. The possible values are ipv4
(for only 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.
[Gateway Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4 addresses)
and dualstack
(for IPv4 and IPv6 addresses).
ipAddressType
- Note: Internal load balancers must use the ipv4
IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4
addresses), dualstack
(for IPv4 and IPv6 addresses), and
dualstack-without-public-ipv4
(for IPv6 only public addresses, with private IPv4 and IPv6
addresses).
Note: Application Load Balancer authentication only supports IPv4 addresses when connecting to an Identity Provider (IdP) or Amazon Cognito endpoint. Without a public IPv4 address the load balancer cannot complete the authentication process, resulting in HTTP 500 errors.
[Network Load Balancers] The IP address type. The possible values are ipv4
(for only 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.
[Gateway Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4
addresses) and dualstack
(for IPv4 and IPv6 addresses).
IpAddressType
public String getIpAddressType()
Note: Internal load balancers must use the ipv4
IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4
addresses), dualstack
(for IPv4 and IPv6 addresses), and dualstack-without-public-ipv4
(for IPv6 only public addresses, with private IPv4 and IPv6 addresses).
Note: Application Load Balancer authentication only supports IPv4 addresses when connecting to an Identity Provider (IdP) or Amazon Cognito endpoint. Without a public IPv4 address the load balancer cannot complete the authentication process, resulting in HTTP 500 errors.
[Network Load Balancers] The IP address type. The possible values are ipv4
(for only 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.
[Gateway Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4 addresses)
and dualstack
(for IPv4 and IPv6 addresses).
ipv4
IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4
(for only
IPv4 addresses), dualstack
(for IPv4 and IPv6 addresses), and
dualstack-without-public-ipv4
(for IPv6 only public addresses, with private IPv4 and IPv6
addresses).
Note: Application Load Balancer authentication only supports IPv4 addresses when connecting to an Identity Provider (IdP) or Amazon Cognito endpoint. Without a public IPv4 address the load balancer cannot complete the authentication process, resulting in HTTP 500 errors.
[Network Load Balancers] The IP address type. The possible values are ipv4
(for only 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.
[Gateway Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4
addresses) and dualstack
(for IPv4 and IPv6 addresses).
IpAddressType
public SetIpAddressTypeRequest withIpAddressType(String ipAddressType)
Note: Internal load balancers must use the ipv4
IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4
addresses), dualstack
(for IPv4 and IPv6 addresses), and dualstack-without-public-ipv4
(for IPv6 only public addresses, with private IPv4 and IPv6 addresses).
Note: Application Load Balancer authentication only supports IPv4 addresses when connecting to an Identity Provider (IdP) or Amazon Cognito endpoint. Without a public IPv4 address the load balancer cannot complete the authentication process, resulting in HTTP 500 errors.
[Network Load Balancers] The IP address type. The possible values are ipv4
(for only 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.
[Gateway Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4 addresses)
and dualstack
(for IPv4 and IPv6 addresses).
ipAddressType
- Note: Internal load balancers must use the ipv4
IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4
addresses), dualstack
(for IPv4 and IPv6 addresses), and
dualstack-without-public-ipv4
(for IPv6 only public addresses, with private IPv4 and IPv6
addresses).
Note: Application Load Balancer authentication only supports IPv4 addresses when connecting to an Identity Provider (IdP) or Amazon Cognito endpoint. Without a public IPv4 address the load balancer cannot complete the authentication process, resulting in HTTP 500 errors.
[Network Load Balancers] The IP address type. The possible values are ipv4
(for only 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.
[Gateway Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4
addresses) and dualstack
(for IPv4 and IPv6 addresses).
IpAddressType
public void setIpAddressType(IpAddressType ipAddressType)
Note: Internal load balancers must use the ipv4
IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4
addresses), dualstack
(for IPv4 and IPv6 addresses), and dualstack-without-public-ipv4
(for IPv6 only public addresses, with private IPv4 and IPv6 addresses).
Note: Application Load Balancer authentication only supports IPv4 addresses when connecting to an Identity Provider (IdP) or Amazon Cognito endpoint. Without a public IPv4 address the load balancer cannot complete the authentication process, resulting in HTTP 500 errors.
[Network Load Balancers] The IP address type. The possible values are ipv4
(for only 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.
[Gateway Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4 addresses)
and dualstack
(for IPv4 and IPv6 addresses).
ipAddressType
- Note: Internal load balancers must use the ipv4
IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4
addresses), dualstack
(for IPv4 and IPv6 addresses), and
dualstack-without-public-ipv4
(for IPv6 only public addresses, with private IPv4 and IPv6
addresses).
Note: Application Load Balancer authentication only supports IPv4 addresses when connecting to an Identity Provider (IdP) or Amazon Cognito endpoint. Without a public IPv4 address the load balancer cannot complete the authentication process, resulting in HTTP 500 errors.
[Network Load Balancers] The IP address type. The possible values are ipv4
(for only 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.
[Gateway Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4
addresses) and dualstack
(for IPv4 and IPv6 addresses).
IpAddressType
public SetIpAddressTypeRequest withIpAddressType(IpAddressType ipAddressType)
Note: Internal load balancers must use the ipv4
IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4
addresses), dualstack
(for IPv4 and IPv6 addresses), and dualstack-without-public-ipv4
(for IPv6 only public addresses, with private IPv4 and IPv6 addresses).
Note: Application Load Balancer authentication only supports IPv4 addresses when connecting to an Identity Provider (IdP) or Amazon Cognito endpoint. Without a public IPv4 address the load balancer cannot complete the authentication process, resulting in HTTP 500 errors.
[Network Load Balancers] The IP address type. The possible values are ipv4
(for only 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.
[Gateway Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4 addresses)
and dualstack
(for IPv4 and IPv6 addresses).
ipAddressType
- Note: Internal load balancers must use the ipv4
IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4
addresses), dualstack
(for IPv4 and IPv6 addresses), and
dualstack-without-public-ipv4
(for IPv6 only public addresses, with private IPv4 and IPv6
addresses).
Note: Application Load Balancer authentication only supports IPv4 addresses when connecting to an Identity Provider (IdP) or Amazon Cognito endpoint. Without a public IPv4 address the load balancer cannot complete the authentication process, resulting in HTTP 500 errors.
[Network Load Balancers] The IP address type. The possible values are ipv4
(for only 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.
[Gateway Load Balancers] The IP address type. The possible values are ipv4
(for only IPv4
addresses) and dualstack
(for IPv4 and IPv6 addresses).
IpAddressType
public String toString()
toString
in class Object
Object.toString()
public SetIpAddressTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()