CopyableBuilder<SetLoadBalancerPoliciesOfListenerRequest.Builder,SetLoadBalancerPoliciesOfListenerRequest>
, SdkBuilder<SetLoadBalancerPoliciesOfListenerRequest.Builder,SetLoadBalancerPoliciesOfListenerRequest>
public static interface SetLoadBalancerPoliciesOfListenerRequest.Builder extends CopyableBuilder<SetLoadBalancerPoliciesOfListenerRequest.Builder,SetLoadBalancerPoliciesOfListenerRequest>
Modifier and Type | Method | 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 |
policyNames(String... policyNames) |
The names of the policies.
|
SetLoadBalancerPoliciesOfListenerRequest.Builder |
policyNames(Collection<String> policyNames) |
The names of the policies.
|
copy
apply, build
SetLoadBalancerPoliciesOfListenerRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setPolicyNames(java.util.Collection)
or #withPolicyNames(java.util.Collection)
if you want
to override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.