CopyableBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>
, SdkBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>
public static interface DescribeAccountLimitsResponse.Builder extends CopyableBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeAccountLimitsResponse.Builder limits(Collection<Limit> limits)
Information about the limits.
limits
- Information about the limits.DescribeAccountLimitsResponse.Builder limits(Limit... limits)
Information about the limits.
NOTE: This method appends the values to the existing list (if any). Use
#setLimits(java.util.Collection)
or #withLimits(java.util.Collection)
if you want to override
the existing values.
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.