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 |
nextToken(String nextToken)
If the output exceeds 1 MB in size, a string that identifies the next page of limits.
|
buildcopyapply, 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 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.