public static interface DeregisterTargetsRequest.Builder extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<DeregisterTargetsRequest.Builder,DeregisterTargetsRequest>
| Modifier and Type | Method and Description |
|---|---|
DeregisterTargetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeregisterTargetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeregisterTargetsRequest.Builder |
targetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
|
DeregisterTargetsRequest.Builder |
targets(Collection<TargetDescription> targets)
The targets.
|
DeregisterTargetsRequest.Builder |
targets(Consumer<TargetDescription.Builder>... targets)
The targets.
|
DeregisterTargetsRequest.Builder |
targets(TargetDescription... targets)
The targets.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeregisterTargetsRequest.Builder targetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
targetGroupArn - The Amazon Resource Name (ARN) of the target group.DeregisterTargetsRequest.Builder targets(Collection<TargetDescription> targets)
The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.
targets - The targets. If you specified a port override when you registered a target, you must specify both the
target ID and the port when you deregister it.DeregisterTargetsRequest.Builder targets(TargetDescription... targets)
The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.
targets - The targets. If you specified a port override when you registered a target, you must specify both the
target ID and the port when you deregister it.DeregisterTargetsRequest.Builder targets(Consumer<TargetDescription.Builder>... targets)
The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.
This is a convenience method that creates an instance of theTargetDescription.Builder avoiding the
need to create one manually via
TargetDescription.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #targets(List.
targets - a consumer that will call methods on
TargetDescription.Builder#targets(java.util.Collection) DeregisterTargetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeregisterTargetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.