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