public static interface DescribeAccountLimitsResponse.Builder extends ElasticLoadBalancingResponse.Builder, CopyableBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountLimitsResponse.Builder |
limits(Collection<Limit> limits)
Information about the limits.
|
DescribeAccountLimitsResponse.Builder |
limits(Limit... limits)
Information about the limits.
|
DescribeAccountLimitsResponse.Builder |
nextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
buildcopyapply, buildDescribeAccountLimitsResponse.Builder limits(Collection<Limit> limits)
Information about the limits.
limits - Information about the limits.DescribeAccountLimitsResponse.Builder limits(Limit... limits)
Information about the limits.
limits - Information about the limits.DescribeAccountLimitsResponse.Builder nextMarker(String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
nextMarker - The marker to use when requesting the next set of results. If there are no additional results, the
string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.