public static interface DescribeAccountLimitsResponse.Builder extends ElasticLoadBalancingResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeAccountLimitsResponse.Builder |
limits(Collection<Limit> limits)
Information about the limits.
|
DescribeAccountLimitsResponse.Builder |
limits(Consumer<Limit.Builder>... 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.
limits
- Information about the limits.DescribeAccountLimitsResponse.Builder limits(Consumer<Limit.Builder>... limits)
Information about the limits.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #limits(List)
.limits
- a consumer that will call methods on List.Builder
#limits(List)
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.