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 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)
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 © 2023. All rights reserved.