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)The IP address type.SetIpAddressTypeRequest.BuilderipAddressType(IpAddressType ipAddressType)The IP 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)
The IP address type. The possible values are
ipv4(for IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.- Parameters:
ipAddressType- The IP address type. The possible values areipv4(for IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.- 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)
The IP address type. The possible values are
ipv4(for IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.- Parameters:
ipAddressType- The IP address type. The possible values areipv4(for IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.- 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
-
-