public static interface AwsElbLoadBalancerBackendServerDescription.Builder extends SdkPojo, CopyableBuilder<AwsElbLoadBalancerBackendServerDescription.Builder,AwsElbLoadBalancerBackendServerDescription>
Modifier and Type | Method and Description |
---|---|
AwsElbLoadBalancerBackendServerDescription.Builder |
instancePort(Integer instancePort)
The port on which the EC2 instance is listening.
|
AwsElbLoadBalancerBackendServerDescription.Builder |
policyNames(Collection<String> policyNames)
The names of the policies that are enabled for the EC2 instance.
|
AwsElbLoadBalancerBackendServerDescription.Builder |
policyNames(String... policyNames)
The names of the policies that are enabled for the EC2 instance.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AwsElbLoadBalancerBackendServerDescription.Builder instancePort(Integer instancePort)
The port on which the EC2 instance is listening.
instancePort
- The port on which the EC2 instance is listening.AwsElbLoadBalancerBackendServerDescription.Builder policyNames(Collection<String> policyNames)
The names of the policies that are enabled for the EC2 instance.
policyNames
- The names of the policies that are enabled for the EC2 instance.AwsElbLoadBalancerBackendServerDescription.Builder policyNames(String... policyNames)
The names of the policies that are enabled for the EC2 instance.
policyNames
- The names of the policies that are enabled for the EC2 instance.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.