public static interface TargetSummary.Builder extends SdkPojo, CopyableBuilder<TargetSummary.Builder,TargetSummary>
| Modifier and Type | Method and Description |
|---|---|
TargetSummary.Builder |
id(String id)
The ID of the target.
|
TargetSummary.Builder |
port(Integer port)
The port on which the target is listening.
|
TargetSummary.Builder |
reasonCode(String reasonCode)
The code for why the target status is what it is.
|
TargetSummary.Builder |
status(String status)
The status of the target.
|
TargetSummary.Builder |
status(TargetStatus status)
The status of the target.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTargetSummary.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.TargetSummary.Builder port(Integer port)
The port on which the target is listening.
port - The port on which the target is listening.TargetSummary.Builder reasonCode(String reasonCode)
The code for why the target status is what it is.
reasonCode - The code for why the target status is what it is.TargetSummary.Builder status(String status)
The status of the target.
Draining: The target is being deregistered. No new connections will be sent to this target while
current connections are being drained. Default draining time is 5 minutes.
Unavailable: Health checks are unavailable for the target group.
Healthy: The target is healthy.
Unhealthy: The target is unhealthy.
Initial: Initial health checks on the target are being performed.
Unused: Target group is not used in a service.
status - The status of the target.
Draining: The target is being deregistered. No new connections will be sent to this
target while current connections are being drained. Default draining time is 5 minutes.
Unavailable: Health checks are unavailable for the target group.
Healthy: The target is healthy.
Unhealthy: The target is unhealthy.
Initial: Initial health checks on the target are being performed.
Unused: Target group is not used in a service.
TargetStatus,
TargetStatusTargetSummary.Builder status(TargetStatus status)
The status of the target.
Draining: The target is being deregistered. No new connections will be sent to this target while
current connections are being drained. Default draining time is 5 minutes.
Unavailable: Health checks are unavailable for the target group.
Healthy: The target is healthy.
Unhealthy: The target is unhealthy.
Initial: Initial health checks on the target are being performed.
Unused: Target group is not used in a service.
status - The status of the target.
Draining: The target is being deregistered. No new connections will be sent to this
target while current connections are being drained. Default draining time is 5 minutes.
Unavailable: Health checks are unavailable for the target group.
Healthy: The target is healthy.
Unhealthy: The target is unhealthy.
Initial: Initial health checks on the target are being performed.
Unused: Target group is not used in a service.
TargetStatus,
TargetStatusCopyright © 2023. All rights reserved.