CopyableBuilder<TargetHealthDescription.Builder,TargetHealthDescription>
, SdkBuilder<TargetHealthDescription.Builder,TargetHealthDescription>
public static interface TargetHealthDescription.Builder extends CopyableBuilder<TargetHealthDescription.Builder,TargetHealthDescription>
Modifier and Type | Method | Description |
---|---|---|
TargetHealthDescription.Builder |
healthCheckPort(String healthCheckPort) |
The port to use to connect with the target.
|
TargetHealthDescription.Builder |
target(TargetDescription target) |
The description of the target.
|
TargetHealthDescription.Builder |
targetHealth(TargetHealth targetHealth) |
The health information for the target.
|
copy
apply, build
TargetHealthDescription.Builder target(TargetDescription target)
The description of the target.
target
- The description of the target.TargetHealthDescription.Builder healthCheckPort(String healthCheckPort)
The port to use to connect with the target.
healthCheckPort
- The port to use to connect with the target.TargetHealthDescription.Builder targetHealth(TargetHealth targetHealth)
The health information for the target.
targetHealth
- The health information for the target.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.