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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 limits(Consumer<Limit.Builder>... limits)
Information about the limits.
This is a convenience method that creates an instance of theLimit.Builder avoiding the need to create
one manually via Limit.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #limits(List.
limits - a consumer that will call methods on
Limit.Builder#limits(java.util.Collection) 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 © 2023. All rights reserved.