Interface SetSubnetsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<SetSubnetsResponse.Builder,SetSubnetsResponse>
,ElasticLoadBalancingV2Response.Builder
,SdkBuilder<SetSubnetsResponse.Builder,SetSubnetsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- SetSubnetsResponse
public static interface SetSubnetsResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<SetSubnetsResponse.Builder,SetSubnetsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetSubnetsResponse.Builder
availabilityZones(Collection<AvailabilityZone> availabilityZones)
Information about the subnets.SetSubnetsResponse.Builder
availabilityZones(Consumer<AvailabilityZone.Builder>... availabilityZones)
Information about the subnets.SetSubnetsResponse.Builder
availabilityZones(AvailabilityZone... availabilityZones)
Information about the subnets.SetSubnetsResponse.Builder
ipAddressType(String ipAddressType)
[Application Load Balancers] The IP address type.SetSubnetsResponse.Builder
ipAddressType(IpAddressType ipAddressType)
[Application Load Balancers] 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
-
availabilityZones
SetSubnetsResponse.Builder availabilityZones(Collection<AvailabilityZone> availabilityZones)
Information about the subnets.
- Parameters:
availabilityZones
- Information about the subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
SetSubnetsResponse.Builder availabilityZones(AvailabilityZone... availabilityZones)
Information about the subnets.
- Parameters:
availabilityZones
- Information about the subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
SetSubnetsResponse.Builder availabilityZones(Consumer<AvailabilityZone.Builder>... availabilityZones)
Information about the subnets.
This is a convenience method that creates an instance of theAvailabilityZone.Builder
avoiding the need to create one manually viaAvailabilityZone.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#availabilityZones(List
.) - Parameters:
availabilityZones
- a consumer that will call methods onAvailabilityZone.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#availabilityZones(java.util.Collection
)
-
ipAddressType
SetSubnetsResponse.Builder ipAddressType(String ipAddressType)
[Application Load Balancers] The IP address type.
[Network Load Balancers] The IP address type.
[Gateway Load Balancers] The IP address type.
- Parameters:
ipAddressType
- [Application Load Balancers] The IP address type.[Network Load Balancers] The IP address type.
[Gateway Load Balancers] The IP address type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpAddressType
,IpAddressType
-
ipAddressType
SetSubnetsResponse.Builder ipAddressType(IpAddressType ipAddressType)
[Application Load Balancers] The IP address type.
[Network Load Balancers] The IP address type.
[Gateway Load Balancers] The IP address type.
- Parameters:
ipAddressType
- [Application Load Balancers] The IP address type.[Network Load Balancers] The IP address type.
[Gateway Load Balancers] The IP address type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpAddressType
,IpAddressType
-
-