Interface SetIpAddressTypeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SetIpAddressTypeResponse.Builder,SetIpAddressTypeResponse>,ElasticLoadBalancingV2Response.Builder,SdkBuilder<SetIpAddressTypeResponse.Builder,SetIpAddressTypeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SetIpAddressTypeResponse
public static interface SetIpAddressTypeResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<SetIpAddressTypeResponse.Builder,SetIpAddressTypeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetIpAddressTypeResponse.BuilderipAddressType(String ipAddressType)The IP address type.SetIpAddressTypeResponse.BuilderipAddressType(IpAddressType ipAddressType)The IP address type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
ipAddressType
SetIpAddressTypeResponse.Builder ipAddressType(String ipAddressType)
The IP address type.
- Parameters:
ipAddressType- The IP address type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpAddressType,IpAddressType
-
ipAddressType
SetIpAddressTypeResponse.Builder ipAddressType(IpAddressType ipAddressType)
The IP address type.
- Parameters:
ipAddressType- The IP address type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpAddressType,IpAddressType
-
-