public static interface CreateLoadBalancerPolicyRequest.Builder extends ElasticLoadBalancingRequest.Builder, CopyableBuilder<CreateLoadBalancerPolicyRequest.Builder,CreateLoadBalancerPolicyRequest>
Modifier and Type | Method and 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.
|
CreateLoadBalancerPolicyRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
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.
policyAttributes
- The policy attributes.CreateLoadBalancerPolicyRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.