public static interface DescribeTargetGroupsRequest.Builder extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<DescribeTargetGroupsRequest.Builder,DescribeTargetGroupsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTargetGroupsRequest.Builder loadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
loadBalancerArn - The Amazon Resource Name (ARN) of the load balancer.DescribeTargetGroupsRequest.Builder targetGroupArns(Collection<String> targetGroupArns)
The Amazon Resource Names (ARN) of the target groups.
targetGroupArns - The Amazon Resource Names (ARN) of the target groups.DescribeTargetGroupsRequest.Builder targetGroupArns(String... targetGroupArns)
The Amazon Resource Names (ARN) of the target groups.
targetGroupArns - The Amazon Resource Names (ARN) of the target groups.DescribeTargetGroupsRequest.Builder names(Collection<String> names)
The names of the target groups.
names - The names of the target groups.DescribeTargetGroupsRequest.Builder names(String... names)
The names of the target groups.
names - The names of the target groups.DescribeTargetGroupsRequest.Builder marker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker - The marker for the next set of results. (You received this marker from a previous call.)DescribeTargetGroupsRequest.Builder pageSize(Integer pageSize)
The maximum number of results to return with this call.
pageSize - The maximum number of results to return with this call.DescribeTargetGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTargetGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.