Interface SetLoadBalancerPoliciesForBackendServerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SetLoadBalancerPoliciesForBackendServerRequest.Builder,SetLoadBalancerPoliciesForBackendServerRequest>,ElasticLoadBalancingRequest.Builder,SdkBuilder<SetLoadBalancerPoliciesForBackendServerRequest.Builder,SetLoadBalancerPoliciesForBackendServerRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SetLoadBalancerPoliciesForBackendServerRequest
public static interface SetLoadBalancerPoliciesForBackendServerRequest.Builder extends ElasticLoadBalancingRequest.Builder, SdkPojo, CopyableBuilder<SetLoadBalancerPoliciesForBackendServerRequest.Builder,SetLoadBalancerPoliciesForBackendServerRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetLoadBalancerPoliciesForBackendServerRequest.BuilderinstancePort(Integer instancePort)The port number associated with the EC2 instance.SetLoadBalancerPoliciesForBackendServerRequest.BuilderloadBalancerName(String loadBalancerName)The name of the load balancer.SetLoadBalancerPoliciesForBackendServerRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetLoadBalancerPoliciesForBackendServerRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SetLoadBalancerPoliciesForBackendServerRequest.BuilderpolicyNames(String... policyNames)The names of the policies.SetLoadBalancerPoliciesForBackendServerRequest.BuilderpolicyNames(Collection<String> policyNames)The names of the policies.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancing.model.ElasticLoadBalancingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
loadBalancerName
SetLoadBalancerPoliciesForBackendServerRequest.Builder loadBalancerName(String 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.
-
instancePort
SetLoadBalancerPoliciesForBackendServerRequest.Builder instancePort(Integer instancePort)
The port number associated with the EC2 instance.
- Parameters:
instancePort- The port number associated with the EC2 instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyNames
SetLoadBalancerPoliciesForBackendServerRequest.Builder policyNames(Collection<String> policyNames)
The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.
- Parameters:
policyNames- The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyNames
SetLoadBalancerPoliciesForBackendServerRequest.Builder policyNames(String... policyNames)
The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.
- Parameters:
policyNames- The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SetLoadBalancerPoliciesForBackendServerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetLoadBalancerPoliciesForBackendServerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-