Interface AttachLoadBalancerToSubnetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<AttachLoadBalancerToSubnetsRequest.Builder,AttachLoadBalancerToSubnetsRequest>
,ElasticLoadBalancingRequest.Builder
,SdkBuilder<AttachLoadBalancerToSubnetsRequest.Builder,AttachLoadBalancerToSubnetsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- AttachLoadBalancerToSubnetsRequest
public static interface AttachLoadBalancerToSubnetsRequest.Builder extends ElasticLoadBalancingRequest.Builder, SdkPojo, CopyableBuilder<AttachLoadBalancerToSubnetsRequest.Builder,AttachLoadBalancerToSubnetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachLoadBalancerToSubnetsRequest.Builder
loadBalancerName(String loadBalancerName)
The name of the load balancer.AttachLoadBalancerToSubnetsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AttachLoadBalancerToSubnetsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AttachLoadBalancerToSubnetsRequest.Builder
subnets(String... subnets)
The IDs of the subnets to add.AttachLoadBalancerToSubnetsRequest.Builder
subnets(Collection<String> subnets)
The IDs of the subnets to add.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancing.model.ElasticLoadBalancingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
loadBalancerName
AttachLoadBalancerToSubnetsRequest.Builder loadBalancerName(String loadBalancerName)
The name of the load balancer.
- Parameters:
loadBalancerName
- The name of the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
AttachLoadBalancerToSubnetsRequest.Builder subnets(Collection<String> subnets)
The IDs of the subnets to add. You can add only one subnet per Availability Zone.
- Parameters:
subnets
- The IDs of the subnets to add. You can add only one subnet per Availability Zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
AttachLoadBalancerToSubnetsRequest.Builder subnets(String... subnets)
The IDs of the subnets to add. You can add only one subnet per Availability Zone.
- Parameters:
subnets
- The IDs of the subnets to add. You can add only one subnet per Availability Zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AttachLoadBalancerToSubnetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
AttachLoadBalancerToSubnetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-