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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
AttachLoadBalancerToSubnetsRequest.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.Builder
AttachLoadBalancerToSubnetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.