public static interface DescribeAccountLimitsResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountLimitsResponse.Builder |
accountLimits(AccountLimit... accountLimits)
An account limit structure that contain a list of CloudFormation account limits and their values.
|
DescribeAccountLimitsResponse.Builder |
accountLimits(Collection<AccountLimit> accountLimits)
An account limit structure that contain a list of CloudFormation account limits and their values.
|
DescribeAccountLimitsResponse.Builder |
accountLimits(Consumer<AccountLimit.Builder>... accountLimits)
An account limit structure that contain a list of 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountLimitsResponse.Builder accountLimits(Collection<AccountLimit> accountLimits)
An account limit structure that contain a list of CloudFormation account limits and their values.
accountLimits - An account limit structure that contain a list of CloudFormation account limits and their values.DescribeAccountLimitsResponse.Builder accountLimits(AccountLimit... accountLimits)
An account limit structure that contain a list of CloudFormation account limits and their values.
accountLimits - An account limit structure that contain a list of CloudFormation account limits and their values.DescribeAccountLimitsResponse.Builder accountLimits(Consumer<AccountLimit.Builder>... accountLimits)
An account limit structure that contain a list of CloudFormation account limits and their values.
This is a convenience method that creates an instance of theAccountLimit.Builder avoiding the need to create
one manually via AccountLimit.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #accountLimits(List.
accountLimits - a consumer that will call methods on
AccountLimit.Builder#accountLimits(java.util.Collection) 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 © 2022. All rights reserved.