Interface AwsElbLoadBalancerBackendServerDescription.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsElbLoadBalancerBackendServerDescription.Builder,,AwsElbLoadBalancerBackendServerDescription> SdkBuilder<AwsElbLoadBalancerBackendServerDescription.Builder,,AwsElbLoadBalancerBackendServerDescription> SdkPojo
- Enclosing class:
 AwsElbLoadBalancerBackendServerDescription
public static interface AwsElbLoadBalancerBackendServerDescription.Builder
extends SdkPojo, CopyableBuilder<AwsElbLoadBalancerBackendServerDescription.Builder,AwsElbLoadBalancerBackendServerDescription> 
- 
Method Summary
Modifier and TypeMethodDescriptioninstancePort(Integer instancePort) The port on which the EC2 instance is listening.policyNames(String... policyNames) The names of the policies that are enabled for the EC2 instance.policyNames(Collection<String> policyNames) The names of the policies that are enabled for the EC2 instance.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
instancePort
The port on which the EC2 instance is listening.
- Parameters:
 instancePort- The port on which the EC2 instance is listening.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
policyNames
The names of the policies that are enabled for the EC2 instance.
- Parameters:
 policyNames- The names of the policies that are enabled for the EC2 instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
policyNames
The names of the policies that are enabled for the EC2 instance.
- Parameters:
 policyNames- The names of the policies that are enabled for the EC2 instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -