public static interface ModifyTargetGroupAttributesRequest.Builder extends ElasticLoadBalancingV2Request.Builder, SdkPojo, 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 | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
ModifyTargetGroupAttributesRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
ModifyTargetGroupAttributesRequest.Builder | 
targetGroupArn(String targetGroupArn)
 The Amazon Resource Name (ARN) of the target group. 
 | 
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ModifyTargetGroupAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.