Interface SetIpAddressTypeResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SetIpAddressTypeResponse.Builder,,SetIpAddressTypeResponse> ElasticLoadBalancingV2Response.Builder,SdkBuilder<SetIpAddressTypeResponse.Builder,,SetIpAddressTypeResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- SetIpAddressTypeResponse
@Mutable
@NotThreadSafe
public static interface SetIpAddressTypeResponse.Builder
extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<SetIpAddressTypeResponse.Builder,SetIpAddressTypeResponse>
-
Method Summary
Modifier and TypeMethodDescriptionipAddressType(String ipAddressType) The IP address type.ipAddressType(IpAddressType ipAddressType) The IP address type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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:
-