public static interface AttachLoadBalancerToSubnetsRequest.Builder extends ElasticLoadBalancingRequest.Builder, SdkPojo, CopyableBuilder<AttachLoadBalancerToSubnetsRequest.Builder,AttachLoadBalancerToSubnetsRequest>
| Modifier and Type | Method and Description |
|---|---|
AttachLoadBalancerToSubnetsRequest.Builder |
loadBalancerName(String loadBalancerName)
The name of the load balancer.
|
AttachLoadBalancerToSubnetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AttachLoadBalancerToSubnetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AttachLoadBalancerToSubnetsRequest.Builder |
subnets(Collection<String> subnets)
The IDs of the subnets to add.
|
AttachLoadBalancerToSubnetsRequest.Builder |
subnets(String... subnets)
The IDs of the subnets to add.
|
buildoverrideConfigurationcopyapplyMutation, buildAttachLoadBalancerToSubnetsRequest.Builder loadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName - The name of the load balancer.AttachLoadBalancerToSubnetsRequest.Builder subnets(Collection<String> subnets)
The IDs of the subnets to add. You can add only one subnet per Availability Zone.
subnets - The IDs of the subnets to add. You can add only one subnet per Availability Zone.AttachLoadBalancerToSubnetsRequest.Builder subnets(String... subnets)
The IDs of the subnets to add. You can add only one subnet per Availability Zone.
subnets - The IDs of the subnets to add. You can add only one subnet per Availability Zone.AttachLoadBalancerToSubnetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AttachLoadBalancerToSubnetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.