public static interface DescribeAccountLimitsResponse.Builder extends ElasticLoadBalancingV2Response.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)
If there are additional results, this is the marker for 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 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)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker - If there are additional results, this is the marker for the next set of results. Otherwise, this is
null.Copyright © 2019. All rights reserved.