Interface AnalysisLoadBalancerTarget.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalysisLoadBalancerTarget.Builder,AnalysisLoadBalancerTarget>,SdkBuilder<AnalysisLoadBalancerTarget.Builder,AnalysisLoadBalancerTarget>,SdkPojo
- Enclosing class:
- AnalysisLoadBalancerTarget
public static interface AnalysisLoadBalancerTarget.Builder extends SdkPojo, CopyableBuilder<AnalysisLoadBalancerTarget.Builder,AnalysisLoadBalancerTarget>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AnalysisLoadBalancerTarget.Builderaddress(String address)The IP address.AnalysisLoadBalancerTarget.BuilderavailabilityZone(String availabilityZone)The Availability Zone.default AnalysisLoadBalancerTarget.Builderinstance(Consumer<AnalysisComponent.Builder> instance)Information about the instance.AnalysisLoadBalancerTarget.Builderinstance(AnalysisComponent instance)Information about the instance.AnalysisLoadBalancerTarget.Builderport(Integer port)The port on which the target is listening.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
address
AnalysisLoadBalancerTarget.Builder address(String address)
The IP address.
- Parameters:
address- The IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZone
AnalysisLoadBalancerTarget.Builder availabilityZone(String availabilityZone)
The Availability Zone.
- Parameters:
availabilityZone- The Availability Zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instance
AnalysisLoadBalancerTarget.Builder instance(AnalysisComponent instance)
Information about the instance.
- Parameters:
instance- Information about the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instance
default AnalysisLoadBalancerTarget.Builder instance(Consumer<AnalysisComponent.Builder> instance)
Information about the instance.
This is a convenience method that creates an instance of theAnalysisComponent.Builderavoiding the need to create one manually viaAnalysisComponent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinstance(AnalysisComponent).- Parameters:
instance- a consumer that will call methods onAnalysisComponent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
instance(AnalysisComponent)
-
port
AnalysisLoadBalancerTarget.Builder port(Integer port)
The port on which the target is listening.
- Parameters:
port- The port on which the target is listening.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-