public static interface AttachLoadBalancerTargetGroupsRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<AttachLoadBalancerTargetGroupsRequest.Builder,AttachLoadBalancerTargetGroupsRequest>
Modifier and Type | Method and Description |
---|---|
AttachLoadBalancerTargetGroupsRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
AttachLoadBalancerTargetGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AttachLoadBalancerTargetGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AttachLoadBalancerTargetGroupsRequest.Builder |
targetGroupARNs(Collection<String> targetGroupARNs)
The Amazon Resource Names (ARN) of the target groups.
|
AttachLoadBalancerTargetGroupsRequest.Builder |
targetGroupARNs(String... targetGroupARNs)
The Amazon Resource Names (ARN) of the target groups.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, 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. You can specify up to 10 target groups. To get the ARN of a target group, use the Elastic Load Balancing DescribeTargetGroups API operation.
targetGroupARNs
- The Amazon Resource Names (ARN) of the target groups. You can specify up to 10 target groups. To get
the ARN of a target group, use the Elastic Load Balancing DescribeTargetGroups API operation.AttachLoadBalancerTargetGroupsRequest.Builder targetGroupARNs(String... targetGroupARNs)
The Amazon Resource Names (ARN) of the target groups. You can specify up to 10 target groups. To get the ARN of a target group, use the Elastic Load Balancing DescribeTargetGroups API operation.
targetGroupARNs
- The Amazon Resource Names (ARN) of the target groups. You can specify up to 10 target groups. To get
the ARN of a target group, use the Elastic Load Balancing DescribeTargetGroups API operation.AttachLoadBalancerTargetGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AttachLoadBalancerTargetGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.