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) |
ModifyTargetGroupAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyTargetGroupAttributesRequest.Builder |
targetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theTargetGroupAttribute.Builder avoiding
the need to create one manually via
TargetGroupAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #attributes(List.
attributes - a consumer that will call methods on
TargetGroupAttribute.Builder#attributes(java.util.Collection) ModifyTargetGroupAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyTargetGroupAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.