public static interface AnalysisLoadBalancerTarget.Builder extends SdkPojo, CopyableBuilder<AnalysisLoadBalancerTarget.Builder,AnalysisLoadBalancerTarget>
| Modifier and Type | Method and Description |
|---|---|
AnalysisLoadBalancerTarget.Builder |
address(String address)
The IP address.
|
AnalysisLoadBalancerTarget.Builder |
availabilityZone(String availabilityZone)
The Availability Zone.
|
AnalysisLoadBalancerTarget.Builder |
instance(AnalysisComponent instance)
Information about the instance.
|
default AnalysisLoadBalancerTarget.Builder |
instance(Consumer<AnalysisComponent.Builder> instance)
Information about the instance.
|
AnalysisLoadBalancerTarget.Builder |
port(Integer port)
The port on which the target is listening.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalysisLoadBalancerTarget.Builder address(String address)
The IP address.
address - The IP address.AnalysisLoadBalancerTarget.Builder availabilityZone(String availabilityZone)
The Availability Zone.
availabilityZone - The Availability Zone.AnalysisLoadBalancerTarget.Builder instance(AnalysisComponent instance)
Information about the instance.
instance - Information about the instance.default AnalysisLoadBalancerTarget.Builder instance(Consumer<AnalysisComponent.Builder> instance)
Information about the instance.
This is a convenience that creates an instance of theAnalysisComponent.Builder avoiding the need to
create one manually via AnalysisComponent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to instance(AnalysisComponent).instance - a consumer that will call methods on AnalysisComponent.Builderinstance(AnalysisComponent)AnalysisLoadBalancerTarget.Builder port(Integer port)
The port on which the target is listening.
port - The port on which the target is listening.Copyright © 2022. All rights reserved.