Interface AttachLoadBalancerToSubnetsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<AttachLoadBalancerToSubnetsResponse.Builder,AttachLoadBalancerToSubnetsResponse>
,ElasticLoadBalancingResponse.Builder
,SdkBuilder<AttachLoadBalancerToSubnetsResponse.Builder,AttachLoadBalancerToSubnetsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- AttachLoadBalancerToSubnetsResponse
public static interface AttachLoadBalancerToSubnetsResponse.Builder extends ElasticLoadBalancingResponse.Builder, SdkPojo, CopyableBuilder<AttachLoadBalancerToSubnetsResponse.Builder,AttachLoadBalancerToSubnetsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachLoadBalancerToSubnetsResponse.Builder
subnets(String... subnets)
The IDs of the subnets attached to the load balancer.AttachLoadBalancerToSubnetsResponse.Builder
subnets(Collection<String> subnets)
The IDs of the subnets attached to 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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
subnets
AttachLoadBalancerToSubnetsResponse.Builder subnets(Collection<String> subnets)
The IDs of the subnets attached to the load balancer.
- Parameters:
subnets
- The IDs of the subnets attached to the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
AttachLoadBalancerToSubnetsResponse.Builder subnets(String... subnets)
The IDs of the subnets attached to the load balancer.
- Parameters:
subnets
- The IDs of the subnets attached to the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-