Interface SetLoadBalancerPoliciesOfListenerRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SetLoadBalancerPoliciesOfListenerRequest.Builder,,SetLoadBalancerPoliciesOfListenerRequest> ElasticLoadBalancingRequest.Builder,SdkBuilder<SetLoadBalancerPoliciesOfListenerRequest.Builder,,SetLoadBalancerPoliciesOfListenerRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- SetLoadBalancerPoliciesOfListenerRequest
@Mutable
@NotThreadSafe
public static interface SetLoadBalancerPoliciesOfListenerRequest.Builder
extends ElasticLoadBalancingRequest.Builder, SdkPojo, CopyableBuilder<SetLoadBalancerPoliciesOfListenerRequest.Builder,SetLoadBalancerPoliciesOfListenerRequest>
-
Method Summary
Modifier and TypeMethodDescriptionloadBalancerName(String loadBalancerName) The name of the load balancer.loadBalancerPort(Integer loadBalancerPort) The external port of the load balancer.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) policyNames(String... policyNames) The names of the policies.policyNames(Collection<String> policyNames) The names of the policies.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancing.model.ElasticLoadBalancingRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
loadBalancerName
The name of the load balancer.
- Parameters:
loadBalancerName- The name of the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loadBalancerPort
The external port of the load balancer.
- Parameters:
loadBalancerPort- The external port of the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SetLoadBalancerPoliciesOfListenerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetLoadBalancerPoliciesOfListenerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-