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:
classic-listeners
classic-load-balancers
name - The name of the limit. The possible values are:
classic-listeners
classic-load-balancers
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.