CopyableBuilder<CreateLoadBalancerPolicyRequest.Builder,CreateLoadBalancerPolicyRequest>
, SdkBuilder<CreateLoadBalancerPolicyRequest.Builder,CreateLoadBalancerPolicyRequest>
public static interface CreateLoadBalancerPolicyRequest.Builder extends CopyableBuilder<CreateLoadBalancerPolicyRequest.Builder,CreateLoadBalancerPolicyRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateLoadBalancerPolicyRequest.Builder |
loadBalancerName(String loadBalancerName) |
The name of the load balancer.
|
CreateLoadBalancerPolicyRequest.Builder |
policyAttributes(Collection<PolicyAttribute> policyAttributes) |
The policy attributes.
|
CreateLoadBalancerPolicyRequest.Builder |
policyAttributes(PolicyAttribute... policyAttributes) |
The policy attributes.
|
CreateLoadBalancerPolicyRequest.Builder |
policyName(String policyName) |
The name of the load balancer policy to be created.
|
CreateLoadBalancerPolicyRequest.Builder |
policyTypeName(String policyTypeName) |
The name of the base policy type.
|
copy
apply, build
CreateLoadBalancerPolicyRequest.Builder loadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName
- The name of the load balancer.CreateLoadBalancerPolicyRequest.Builder policyName(String policyName)
The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.
policyName
- The name of the load balancer policy to be created. This name must be unique within the set of
policies for this load balancer.CreateLoadBalancerPolicyRequest.Builder policyTypeName(String policyTypeName)
The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.
policyTypeName
- The name of the base policy type. To get the list of policy types, use
DescribeLoadBalancerPolicyTypes.CreateLoadBalancerPolicyRequest.Builder policyAttributes(Collection<PolicyAttribute> policyAttributes)
The policy attributes.
policyAttributes
- The policy attributes.CreateLoadBalancerPolicyRequest.Builder policyAttributes(PolicyAttribute... policyAttributes)
The policy attributes.
NOTE: This method appends the values to the existing list (if any). Use
#setPolicyAttributes(java.util.Collection)
or #withPolicyAttributes(java.util.Collection)
if
you want to override the existing values.
policyAttributes
- The policy attributes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.