CopyableBuilder<DetachLoadBalancerTargetGroupsRequest.Builder,DetachLoadBalancerTargetGroupsRequest>
, SdkBuilder<DetachLoadBalancerTargetGroupsRequest.Builder,DetachLoadBalancerTargetGroupsRequest>
public static interface DetachLoadBalancerTargetGroupsRequest.Builder extends CopyableBuilder<DetachLoadBalancerTargetGroupsRequest.Builder,DetachLoadBalancerTargetGroupsRequest>
Modifier and Type | Method | Description |
---|---|---|
DetachLoadBalancerTargetGroupsRequest.Builder |
autoScalingGroupName(String autoScalingGroupName) |
The name of the Auto Scaling group.
|
DetachLoadBalancerTargetGroupsRequest.Builder |
targetGroupARNs(String... targetGroupARNs) |
The Amazon Resource Names (ARN) of the target groups.
|
DetachLoadBalancerTargetGroupsRequest.Builder |
targetGroupARNs(Collection<String> targetGroupARNs) |
The Amazon Resource Names (ARN) of the target groups.
|
copy
apply, build
DetachLoadBalancerTargetGroupsRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.DetachLoadBalancerTargetGroupsRequest.Builder targetGroupARNs(Collection<String> targetGroupARNs)
The Amazon Resource Names (ARN) of the target groups.
targetGroupARNs
- The Amazon Resource Names (ARN) of the target groups.DetachLoadBalancerTargetGroupsRequest.Builder targetGroupARNs(String... targetGroupARNs)
The Amazon Resource Names (ARN) of the target groups.
NOTE: This method appends the values to the existing list (if any). Use
#setTargetGroupARNs(java.util.Collection)
or #withTargetGroupARNs(java.util.Collection)
if
you want to override the existing values.
targetGroupARNs
- The Amazon Resource Names (ARN) of the target groups.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.