public static interface TargetFailure.Builder extends SdkPojo, CopyableBuilder<TargetFailure.Builder,TargetFailure>
| Modifier and Type | Method and Description |
|---|---|
TargetFailure.Builder |
failureCode(String failureCode)
The failure code.
|
TargetFailure.Builder |
failureMessage(String failureMessage)
The failure message.
|
TargetFailure.Builder |
id(String id)
The ID of the target.
|
TargetFailure.Builder |
port(Integer port)
The port on which the target is listening.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTargetFailure.Builder failureCode(String failureCode)
The failure code.
failureCode - The failure code.TargetFailure.Builder failureMessage(String failureMessage)
The failure message.
failureMessage - The failure message.TargetFailure.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.TargetFailure.Builder port(Integer port)
The port on which the target is listening. This parameter doesn't apply if the target is a Lambda function.
port - The port on which the target is listening. This parameter doesn't apply if the target is a Lambda
function.Copyright © 2023. All rights reserved.