public static final class ALBPerformanceLimits.Builder
extends java.lang.Object
ALBPerformanceLimits.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBPerformanceLimits. |
| Modifier and Type | Method and Description |
|---|---|
ALBPerformanceLimits |
build() |
ALBPerformanceLimits.Builder |
setMaxConcurrentConnections(java.lang.Long maxConcurrentConnections)
The maximum number of concurrent client conections allowed to the Virtual
Service.
|
ALBPerformanceLimits.Builder |
setMaxThroughput(java.lang.Long maxThroughput)
The maximum throughput per second for all clients allowed through the client
side of the Virtual Service.
|
public Builder()
ALBPerformanceLimits.public ALBPerformanceLimits.Builder setMaxConcurrentConnections(java.lang.Long maxConcurrentConnections)
maxConcurrentConnections - New value for the property.public ALBPerformanceLimits.Builder setMaxThroughput(java.lang.Long maxThroughput)
maxThroughput - New value for the property.public ALBPerformanceLimits build()