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.Builder
instancePort(Integer instancePort)
The port number associated with the EC2 instance.SetLoadBalancerPoliciesForBackendServerRequest.Builder
loadBalancerName(String loadBalancerName)
The name of the load balancer.SetLoadBalancerPoliciesForBackendServerRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
SetLoadBalancerPoliciesForBackendServerRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
SetLoadBalancerPoliciesForBackendServerRequest.Builder
policyNames(String... policyNames)
The names of the policies.SetLoadBalancerPoliciesForBackendServerRequest.Builder
policyNames(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, 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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
SetLoadBalancerPoliciesForBackendServerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-