Interface DetachLoadBalancerFromSubnetsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DetachLoadBalancerFromSubnetsResponse.Builder,DetachLoadBalancerFromSubnetsResponse>
,ElasticLoadBalancingResponse.Builder
,SdkBuilder<DetachLoadBalancerFromSubnetsResponse.Builder,DetachLoadBalancerFromSubnetsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DetachLoadBalancerFromSubnetsResponse
public static interface DetachLoadBalancerFromSubnetsResponse.Builder extends ElasticLoadBalancingResponse.Builder, SdkPojo, CopyableBuilder<DetachLoadBalancerFromSubnetsResponse.Builder,DetachLoadBalancerFromSubnetsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetachLoadBalancerFromSubnetsResponse.Builder
subnets(String... subnets)
The IDs of the remaining subnets for the load balancer.DetachLoadBalancerFromSubnetsResponse.Builder
subnets(Collection<String> subnets)
The IDs of the remaining subnets for the load balancer.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancing.model.ElasticLoadBalancingResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
subnets
DetachLoadBalancerFromSubnetsResponse.Builder subnets(Collection<String> subnets)
The IDs of the remaining subnets for the load balancer.
- Parameters:
subnets
- The IDs of the remaining subnets for the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
DetachLoadBalancerFromSubnetsResponse.Builder subnets(String... subnets)
The IDs of the remaining subnets for the load balancer.
- Parameters:
subnets
- The IDs of the remaining subnets for the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-