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.
|
buildoverrideConfigurationcopyapplyMutation, buildAttachLoadBalancerTargetGroupsRequest.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.
targetGroupARNs - The Amazon Resource Names (ARN) of the target groups. You can specify up to 10 target groups.AttachLoadBalancerTargetGroupsRequest.Builder targetGroupARNs(String... targetGroupARNs)
The Amazon Resource Names (ARN) of the target groups. You can specify up to 10 target groups.
targetGroupARNs - The Amazon Resource Names (ARN) of the target groups. You can specify up to 10 target groups.AttachLoadBalancerTargetGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAttachLoadBalancerTargetGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.