public static interface DescribeTargetGroupAttributesResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<DescribeTargetGroupAttributesResponse.Builder,DescribeTargetGroupAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTargetGroupAttributesResponse.Builder |
attributes(Collection<TargetGroupAttribute> attributes)
Information about the target group attributes
|
DescribeTargetGroupAttributesResponse.Builder |
attributes(Consumer<TargetGroupAttribute.Builder>... attributes)
Information about the target group attributes
|
DescribeTargetGroupAttributesResponse.Builder |
attributes(TargetGroupAttribute... attributes)
Information about the target group attributes
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTargetGroupAttributesResponse.Builder attributes(Collection<TargetGroupAttribute> attributes)
Information about the target group attributes
attributes - Information about the target group attributesDescribeTargetGroupAttributesResponse.Builder attributes(TargetGroupAttribute... attributes)
Information about the target group attributes
attributes - Information about the target group attributesDescribeTargetGroupAttributesResponse.Builder attributes(Consumer<TargetGroupAttribute.Builder>... attributes)
Information about the target group attributes
This is a convenience method that creates an instance of theTargetGroupAttribute.Builder avoiding
the need to create one manually via
TargetGroupAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #attributes(List.
attributes - a consumer that will call methods on
TargetGroupAttribute.Builder#attributes(java.util.Collection) Copyright © 2023. All rights reserved.