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(Consumer<TargetGroupAttribute.Builder>... attributes)
The attributes.
|
ModifyTargetGroupAttributesRequest.Builder |
attributes(TargetGroupAttribute... attributes)
The attributes.
|
ModifyTargetGroupAttributesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ModifyTargetGroupAttributesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ModifyTargetGroupAttributesRequest.Builder |
targetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
|
buildrequestOverrideConfigcopyapply, 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 attributes(Consumer<TargetGroupAttribute.Builder>... attributes)
The attributes.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #attributes(List) .attributes - a consumer that will call methods on List.Builder #attributes(List) ModifyTargetGroupAttributesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ModifyTargetGroupAttributesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.