public static interface SetLoadBalancerPoliciesOfListenerRequest.Builder extends ElasticLoadBalancingRequest.Builder, SdkPojo, CopyableBuilder<SetLoadBalancerPoliciesOfListenerRequest.Builder,SetLoadBalancerPoliciesOfListenerRequest>
| Modifier and Type | Method and Description |
|---|---|
SetLoadBalancerPoliciesOfListenerRequest.Builder |
loadBalancerName(String loadBalancerName)
The name of the load balancer.
|
SetLoadBalancerPoliciesOfListenerRequest.Builder |
loadBalancerPort(Integer loadBalancerPort)
The external port of the load balancer.
|
SetLoadBalancerPoliciesOfListenerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetLoadBalancerPoliciesOfListenerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetLoadBalancerPoliciesOfListenerRequest.Builder |
policyNames(Collection<String> policyNames)
The names of the policies.
|
SetLoadBalancerPoliciesOfListenerRequest.Builder |
policyNames(String... policyNames)
The names of the policies.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSetLoadBalancerPoliciesOfListenerRequest.Builder loadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName - The name of the load balancer.SetLoadBalancerPoliciesOfListenerRequest.Builder loadBalancerPort(Integer loadBalancerPort)
The external port of the load balancer.
loadBalancerPort - The external port of the load balancer.SetLoadBalancerPoliciesOfListenerRequest.Builder policyNames(Collection<String> policyNames)
The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.
policyNames - The names of the policies. This list must include all policies to be enabled. If you omit a policy
that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.SetLoadBalancerPoliciesOfListenerRequest.Builder policyNames(String... policyNames)
The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.
policyNames - The names of the policies. This list must include all policies to be enabled. If you omit a policy
that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.SetLoadBalancerPoliciesOfListenerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSetLoadBalancerPoliciesOfListenerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.