public static interface SetLoadBalancerPoliciesForBackendServerRequest.Builder extends ElasticLoadBalancingRequest.Builder, SdkPojo, 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) |
SetLoadBalancerPoliciesForBackendServerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetLoadBalancerPoliciesForBackendServerRequest.Builder |
policyNames(Collection<String> policyNames)
The names of the policies.
|
SetLoadBalancerPoliciesForBackendServerRequest.Builder |
policyNames(String... policyNames)
The names of the policies.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
SetLoadBalancerPoliciesForBackendServerRequest.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)
overrideConfiguration
in interface AwsRequest.Builder
SetLoadBalancerPoliciesForBackendServerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.