CopyableBuilder<ModifyTargetGroupAttributesRequest.Builder,ModifyTargetGroupAttributesRequest>
, SdkBuilder<ModifyTargetGroupAttributesRequest.Builder,ModifyTargetGroupAttributesRequest>
public static interface ModifyTargetGroupAttributesRequest.Builder extends CopyableBuilder<ModifyTargetGroupAttributesRequest.Builder,ModifyTargetGroupAttributesRequest>
Modifier and Type | Method | Description |
---|---|---|
ModifyTargetGroupAttributesRequest.Builder |
attributes(Collection<TargetGroupAttribute> attributes) |
The attributes.
|
ModifyTargetGroupAttributesRequest.Builder |
attributes(TargetGroupAttribute... attributes) |
The attributes.
|
ModifyTargetGroupAttributesRequest.Builder |
targetGroupArn(String targetGroupArn) |
The Amazon Resource Name (ARN) of the target group.
|
copy
apply, build
ModifyTargetGroupAttributesRequest.Builder targetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
targetGroupArn
- The Amazon Resource Name (ARN) of the target group.ModifyTargetGroupAttributesRequest.Builder attributes(Collection<TargetGroupAttribute> attributes)
The attributes.
attributes
- The attributes.ModifyTargetGroupAttributesRequest.Builder attributes(TargetGroupAttribute... attributes)
The attributes.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributes(java.util.Collection)
or #withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- The attributes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.