CopyableBuilder<CreateTargetGroupResponse.Builder,CreateTargetGroupResponse>
, SdkBuilder<CreateTargetGroupResponse.Builder,CreateTargetGroupResponse>
public static interface CreateTargetGroupResponse.Builder extends CopyableBuilder<CreateTargetGroupResponse.Builder,CreateTargetGroupResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateTargetGroupResponse.Builder |
targetGroups(Collection<TargetGroup> targetGroups) |
Information about the target group.
|
CreateTargetGroupResponse.Builder |
targetGroups(TargetGroup... targetGroups) |
Information about the target group.
|
copy
apply, build
CreateTargetGroupResponse.Builder targetGroups(Collection<TargetGroup> targetGroups)
Information about the target group.
targetGroups
- Information about the target group.CreateTargetGroupResponse.Builder targetGroups(TargetGroup... targetGroups)
Information about the target group.
NOTE: This method appends the values to the existing list (if any). Use
#setTargetGroups(java.util.Collection)
or #withTargetGroups(java.util.Collection)
if you want
to override the existing values.
targetGroups
- Information about the target group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.