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 |
policyNames(Collection<String> policyNames)
The names of the policies.
|
SetLoadBalancerPoliciesForBackendServerRequest.Builder |
policyNames(String... policyNames)
The names of the policies.
|
SetLoadBalancerPoliciesForBackendServerRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
SetLoadBalancerPoliciesForBackendServerRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.SetLoadBalancerPoliciesForBackendServerRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.