public static interface ModifyTargetGroupAttributesResponse.Builder extends ElasticLoadBalancingv2Response.Builder, CopyableBuilder<ModifyTargetGroupAttributesResponse.Builder,ModifyTargetGroupAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
ModifyTargetGroupAttributesResponse.Builder |
attributes(Collection<TargetGroupAttribute> attributes)
Information about the attributes.
|
ModifyTargetGroupAttributesResponse.Builder |
attributes(Consumer<TargetGroupAttribute.Builder>... attributes)
Information about the attributes.
|
ModifyTargetGroupAttributesResponse.Builder |
attributes(TargetGroupAttribute... attributes)
Information about the attributes.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildModifyTargetGroupAttributesResponse.Builder attributes(Collection<TargetGroupAttribute> attributes)
Information about the attributes.
attributes - Information about the attributes.ModifyTargetGroupAttributesResponse.Builder attributes(TargetGroupAttribute... attributes)
Information about the attributes.
attributes - Information about the attributes.ModifyTargetGroupAttributesResponse.Builder attributes(Consumer<TargetGroupAttribute.Builder>... attributes)
Information about the attributes.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #attributes(List) .attributes - a consumer that will call methods on List.Builder #attributes(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.