CopyableBuilder<LoadBalancerAttributes.Builder,LoadBalancerAttributes>
, SdkBuilder<LoadBalancerAttributes.Builder,LoadBalancerAttributes>
public static interface LoadBalancerAttributes.Builder extends CopyableBuilder<LoadBalancerAttributes.Builder,LoadBalancerAttributes>
Modifier and Type | Method | Description |
---|---|---|
LoadBalancerAttributes.Builder |
accessLog(AccessLog accessLog) |
If enabled, the load balancer captures detailed information of all requests and delivers the information to
the Amazon S3 bucket that you specify.
|
LoadBalancerAttributes.Builder |
additionalAttributes(Collection<AdditionalAttribute> additionalAttributes) |
This parameter is reserved.
|
LoadBalancerAttributes.Builder |
additionalAttributes(AdditionalAttribute... additionalAttributes) |
This parameter is reserved.
|
LoadBalancerAttributes.Builder |
connectionDraining(ConnectionDraining connectionDraining) |
If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic
away from a deregistered or unhealthy instance.
|
LoadBalancerAttributes.Builder |
connectionSettings(ConnectionSettings connectionSettings) |
If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for
the specified duration.
|
LoadBalancerAttributes.Builder |
crossZoneLoadBalancing(CrossZoneLoadBalancing crossZoneLoadBalancing) |
If enabled, the load balancer routes the request traffic evenly across all instances regardless of the
Availability Zones.
|
copy
apply, build
LoadBalancerAttributes.Builder crossZoneLoadBalancing(CrossZoneLoadBalancing crossZoneLoadBalancing)
If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.
For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancer Guide.
crossZoneLoadBalancing
- If enabled, the load balancer routes the request traffic evenly across all instances regardless of the
Availability Zones.
For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancer Guide.
LoadBalancerAttributes.Builder accessLog(AccessLog accessLog)
If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.
For more information, see Enable Access Logs in the Classic Load Balancer Guide.
accessLog
- If enabled, the load balancer captures detailed information of all requests and delivers the
information to the Amazon S3 bucket that you specify.
For more information, see Enable Access Logs in the Classic Load Balancer Guide.
LoadBalancerAttributes.Builder connectionDraining(ConnectionDraining connectionDraining)
If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.
For more information, see Configure Connection Draining in the Classic Load Balancer Guide.
connectionDraining
- If enabled, the load balancer allows existing requests to complete before the load balancer shifts
traffic away from a deregistered or unhealthy instance.
For more information, see Configure Connection Draining in the Classic Load Balancer Guide.
LoadBalancerAttributes.Builder connectionSettings(ConnectionSettings connectionSettings)
If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.
By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Classic Load Balancer Guide.
connectionSettings
- If enabled, the load balancer allows the connections to remain idle (no data is sent over the
connection) for the specified duration.
By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Classic Load Balancer Guide.
LoadBalancerAttributes.Builder additionalAttributes(Collection<AdditionalAttribute> additionalAttributes)
This parameter is reserved.
additionalAttributes
- This parameter is reserved.LoadBalancerAttributes.Builder additionalAttributes(AdditionalAttribute... additionalAttributes)
This parameter is reserved.
NOTE: This method appends the values to the existing list (if any). Use
#setAdditionalAttributes(java.util.Collection)
or
#withAdditionalAttributes(java.util.Collection)
if you want to override the existing values.
additionalAttributes
- This parameter is reserved.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.