public static interface SetLoadBalancerPoliciesForBackendServerRequest.Builder extends ElasticLoadBalancingRequest.Builder, CopyableBuilder<SetLoadBalancerPoliciesForBackendServerRequest.Builder,SetLoadBalancerPoliciesForBackendServerRequest>
| Modifier and Type | Method and Description |
|---|---|
SetLoadBalancerPoliciesForBackendServerRequest.Builder |
instancePort(Integer instancePort)
The port number associated with the EC2 instance.
|
SetLoadBalancerPoliciesForBackendServerRequest.Builder |
loadBalancerName(String loadBalancerName)
The name of the load balancer.
|
SetLoadBalancerPoliciesForBackendServerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
SetLoadBalancerPoliciesForBackendServerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
SetLoadBalancerPoliciesForBackendServerRequest.Builder |
policyNames(Collection<String> policyNames)
The names of the policies.
|
SetLoadBalancerPoliciesForBackendServerRequest.Builder |
policyNames(String... policyNames)
The names of the policies.
|
buildoverrideConfigurationcopyapplyMutation, buildSetLoadBalancerPoliciesForBackendServerRequest.Builder loadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName - The name of the load balancer.SetLoadBalancerPoliciesForBackendServerRequest.Builder instancePort(Integer instancePort)
The port number associated with the EC2 instance.
instancePort - The port number associated with the EC2 instance.SetLoadBalancerPoliciesForBackendServerRequest.Builder policyNames(Collection<String> policyNames)
The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.
policyNames - The names of the policies. If the list is empty, then all current polices are removed from the EC2
instance.SetLoadBalancerPoliciesForBackendServerRequest.Builder policyNames(String... policyNames)
The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.
policyNames - The names of the policies. If the list is empty, then all current polices are removed from the EC2
instance.SetLoadBalancerPoliciesForBackendServerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.SetLoadBalancerPoliciesForBackendServerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.