public static interface CreateLoadBalancerPolicyRequest.Builder extends ElasticLoadBalancingRequest.Builder, SdkPojo, CopyableBuilder<CreateLoadBalancerPolicyRequest.Builder,CreateLoadBalancerPolicyRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLoadBalancerPolicyRequest.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 policyAttributes(Consumer<PolicyAttribute.Builder>... policyAttributes)
The policy attributes.
This is a convenience method that creates an instance of thePolicyAttribute.Builder avoiding the need
to create one manually via
PolicyAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #policyAttributes(List.
policyAttributes - a consumer that will call methods on
PolicyAttribute.Builder#policyAttributes(java.util.Collection) CreateLoadBalancerPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLoadBalancerPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.