CopyableBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>
, SdkBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>
public static interface DescribeAccountLimitsResponse.Builder extends CopyableBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>
Modifier and Type | Method | Description |
---|---|---|
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(AccountLimit... 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.
|
copy
apply, build
DescribeAccountLimitsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setAccountLimits(java.util.Collection)
or #withAccountLimits(java.util.Collection)
if you
want to override the existing values.
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. 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.