public static interface DescribeAccountLimitsRequest.Builder extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<DescribeAccountLimitsRequest.Builder,DescribeAccountLimitsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeAccountLimitsRequest.Builder |
marker(String marker)
The marker for the next set of results.
|
DescribeAccountLimitsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeAccountLimitsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeAccountLimitsRequest.Builder |
pageSize(Integer pageSize)
The maximum number of results to return with this call.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeAccountLimitsRequest.Builder marker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker
- The marker for the next set of results. (You received this marker from a previous call.)DescribeAccountLimitsRequest.Builder pageSize(Integer pageSize)
The maximum number of results to return with this call.
pageSize
- The maximum number of results to return with this call.DescribeAccountLimitsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeAccountLimitsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.