public static interface ModifyTargetGroupAttributesResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 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 © 2022. All rights reserved.