CopyableBuilder<SetSubnetsRequest.Builder,SetSubnetsRequest>
, SdkBuilder<SetSubnetsRequest.Builder,SetSubnetsRequest>
public static interface SetSubnetsRequest.Builder extends CopyableBuilder<SetSubnetsRequest.Builder,SetSubnetsRequest>
Modifier and Type | Method | Description |
---|---|---|
SetSubnetsRequest.Builder |
loadBalancerArn(String loadBalancerArn) |
The Amazon Resource Name (ARN) of the load balancer.
|
SetSubnetsRequest.Builder |
subnets(String... subnets) |
The IDs of the subnets.
|
SetSubnetsRequest.Builder |
subnets(Collection<String> subnets) |
The IDs of the subnets.
|
copy
apply, build
SetSubnetsRequest.Builder loadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
loadBalancerArn
- The Amazon Resource Name (ARN) of the load balancer.SetSubnetsRequest.Builder subnets(Collection<String> subnets)
The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.
subnets
- The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per
Availability Zone.SetSubnetsRequest.Builder subnets(String... subnets)
The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.
NOTE: This method appends the values to the existing list (if any). Use
#setSubnets(java.util.Collection)
or #withSubnets(java.util.Collection)
if you want to
override the existing values.
subnets
- The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per
Availability Zone.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.