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) |
AttachLoadBalancerToSubnetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderAttachLoadBalancerToSubnetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.