public static interface DescribeAccountLimitsResponse.Builder extends CloudFormationResponse.Builder, CopyableBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountLimitsResponse.Builder |
accountLimits(AccountLimit... accountLimits)
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
|
DescribeAccountLimitsResponse.Builder |
accountLimits(Collection<AccountLimit> accountLimits)
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
|
DescribeAccountLimitsResponse.Builder |
accountLimits(Consumer<AccountLimit.Builder>... accountLimits)
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
|
DescribeAccountLimitsResponse.Builder |
nextToken(String nextToken)
If the output exceeds 1 MB in size, a string that identifies the next page of limits.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeAccountLimitsResponse.Builder accountLimits(Collection<AccountLimit> accountLimits)
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
accountLimits - An account limit structure that contain a list of AWS CloudFormation account limits and their values.DescribeAccountLimitsResponse.Builder accountLimits(AccountLimit... accountLimits)
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
accountLimits - An account limit structure that contain a list of AWS CloudFormation account limits and their values.DescribeAccountLimitsResponse.Builder accountLimits(Consumer<AccountLimit.Builder>... accountLimits)
An account limit structure that contain a list of AWS CloudFormation account limits and their values.
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 #accountLimits(List) .accountLimits - a consumer that will call methods on List.Builder #accountLimits(List) DescribeAccountLimitsResponse.Builder nextToken(String nextToken)
If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.
nextToken - If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional
page exists, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.