CopyableBuilder<Limit.Builder,Limit>
, SdkBuilder<Limit.Builder,Limit>
public static interface Limit.Builder extends CopyableBuilder<Limit.Builder,Limit>
Modifier and Type | Method | Description |
---|---|---|
Limit.Builder |
max(String max) |
The maximum value of the limit.
|
Limit.Builder |
name(String name) |
The name of the limit.
|
copy
apply, build
Limit.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.