public static interface Target.Builder extends SdkPojo, CopyableBuilder<Target.Builder,Target>
| Modifier and Type | Method and Description |
|---|---|
Target.Builder |
id(String id)
The ID of the target.
|
Target.Builder |
port(Integer port)
The port on which the target is listening.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTarget.Builder id(String id)
The ID of the target. If the target type of the target group is INSTANCE, this is an instance
ID. If the target type is IP , this is an IP address. If the target type is LAMBDA,
this is the ARN of the Lambda function. If the target type is ALB, this is the ARN of the
Application Load Balancer.
id - The ID of the target. If the target type of the target group is INSTANCE, this is an
instance ID. If the target type is IP , this is an IP address. If the target type is
LAMBDA, this is the ARN of the Lambda function. If the target type is ALB,
this is the ARN of the Application Load Balancer.Target.Builder port(Integer port)
The port on which the target is listening. For HTTP, the default is 80. For HTTPS, the default
is 443.
port - The port on which the target is listening. For HTTP, the default is 80. For HTTPS, the
default is 443.Copyright © 2023. All rights reserved.