Interface SetIpAddressTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SetIpAddressTypeRequest.Builder,SetIpAddressTypeRequest>,ElasticLoadBalancingV2Request.Builder,SdkBuilder<SetIpAddressTypeRequest.Builder,SetIpAddressTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SetIpAddressTypeRequest
public static interface SetIpAddressTypeRequest.Builder extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<SetIpAddressTypeRequest.Builder,SetIpAddressTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetIpAddressTypeRequest.BuilderipAddressType(String ipAddressType)Note: Internal load balancers must use theipv4IP address type.SetIpAddressTypeRequest.BuilderipAddressType(IpAddressType ipAddressType)Note: Internal load balancers must use theipv4IP address type.SetIpAddressTypeRequest.BuilderloadBalancerArn(String loadBalancerArn)The Amazon Resource Name (ARN) of the load balancer.SetIpAddressTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetIpAddressTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
loadBalancerArn
SetIpAddressTypeRequest.Builder loadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
- Parameters:
loadBalancerArn- The Amazon Resource Name (ARN) of the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddressType
SetIpAddressTypeRequest.Builder ipAddressType(String ipAddressType)
Note: Internal load balancers must use the
ipv4IP address type.[Application Load Balancers] The IP address type. The possible values are
ipv4(for only IPv4 addresses),dualstack(for IPv4 and IPv6 addresses), anddualstack-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) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor 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) anddualstack(for IPv4 and IPv6 addresses).- Parameters:
ipAddressType- Note: Internal load balancers must use theipv4IP address type.[Application Load Balancers] The IP address type. The possible values are
ipv4(for only IPv4 addresses),dualstack(for IPv4 and IPv6 addresses), anddualstack-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) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor 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) anddualstack(for IPv4 and IPv6 addresses).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpAddressType,IpAddressType
-
ipAddressType
SetIpAddressTypeRequest.Builder ipAddressType(IpAddressType ipAddressType)
Note: Internal load balancers must use the
ipv4IP address type.[Application Load Balancers] The IP address type. The possible values are
ipv4(for only IPv4 addresses),dualstack(for IPv4 and IPv6 addresses), anddualstack-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) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor 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) anddualstack(for IPv4 and IPv6 addresses).- Parameters:
ipAddressType- Note: Internal load balancers must use theipv4IP address type.[Application Load Balancers] The IP address type. The possible values are
ipv4(for only IPv4 addresses),dualstack(for IPv4 and IPv6 addresses), anddualstack-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) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor 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) anddualstack(for IPv4 and IPv6 addresses).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpAddressType,IpAddressType
-
overrideConfiguration
SetIpAddressTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetIpAddressTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-