public static interface Limit.Builder extends CopyableBuilder<Limit.Builder,Limit>
| Modifier and Type | Method and Description |
|---|---|
Limit.Builder |
max(String max)
The maximum value of the limit.
|
Limit.Builder |
name(String name)
The name of the limit.
|
copyapply, buildLimit.Builder name(String name)
The name of the limit. The possible values are:
application-load-balancers
listeners-per-application-load-balancer
listeners-per-network-load-balancer
network-load-balancers
rules-per-application-load-balancer
target-groups
targets-per-application-load-balancer
targets-per-availability-zone-per-network-load-balancer
targets-per-network-load-balancer
name - The name of the limit. The possible values are:
application-load-balancers
listeners-per-application-load-balancer
listeners-per-network-load-balancer
network-load-balancers
rules-per-application-load-balancer
target-groups
targets-per-application-load-balancer
targets-per-availability-zone-per-network-load-balancer
targets-per-network-load-balancer
Limit.Builder max(String max)
The maximum value of the limit.
max - The maximum value of the limit.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.