CopyableBuilder<AttachLoadBalancerTargetGroupsRequest.Builder,AttachLoadBalancerTargetGroupsRequest>
, SdkBuilder<AttachLoadBalancerTargetGroupsRequest.Builder,AttachLoadBalancerTargetGroupsRequest>
public static interface AttachLoadBalancerTargetGroupsRequest.Builder extends CopyableBuilder<AttachLoadBalancerTargetGroupsRequest.Builder,AttachLoadBalancerTargetGroupsRequest>
Modifier and Type | Method | Description |
---|---|---|
AttachLoadBalancerTargetGroupsRequest.Builder |
autoScalingGroupName(String autoScalingGroupName) |
The name of the Auto Scaling group.
|
AttachLoadBalancerTargetGroupsRequest.Builder |
targetGroupARNs(String... targetGroupARNs) |
The Amazon Resource Names (ARN) of the target groups.
|
AttachLoadBalancerTargetGroupsRequest.Builder |
targetGroupARNs(Collection<String> targetGroupARNs) |
The Amazon Resource Names (ARN) of the target groups.
|
copy
apply, build
AttachLoadBalancerTargetGroupsRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.AttachLoadBalancerTargetGroupsRequest.Builder targetGroupARNs(Collection<String> targetGroupARNs)
The Amazon Resource Names (ARN) of the target groups.
targetGroupARNs
- The Amazon Resource Names (ARN) of the target groups.AttachLoadBalancerTargetGroupsRequest.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.