public static interface ModifyTargetGroupAttributesRequest.Builder extends ElasticLoadBalancingv2Request.Builder, CopyableBuilder<ModifyTargetGroupAttributesRequest.Builder,ModifyTargetGroupAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyTargetGroupAttributesRequest.Builder |
attributes(Collection<TargetGroupAttribute> attributes)
The attributes.
|
ModifyTargetGroupAttributesRequest.Builder |
attributes(TargetGroupAttribute... attributes)
The attributes.
|
ModifyTargetGroupAttributesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ModifyTargetGroupAttributesRequest.Builder |
targetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildModifyTargetGroupAttributesRequest.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.
attributes - The attributes.ModifyTargetGroupAttributesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.