public static interface DescribeAccountLimitsResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountLimitsResponse.Builder |
accountLimits(AccountLimit... accountLimits)
An array of AccountLimit objects that show the current spend limits.
|
DescribeAccountLimitsResponse.Builder |
accountLimits(Collection<AccountLimit> accountLimits)
An array of AccountLimit objects that show the current spend limits.
|
DescribeAccountLimitsResponse.Builder |
accountLimits(Consumer<AccountLimit.Builder>... accountLimits)
An array of AccountLimit objects that show the current spend limits.
|
DescribeAccountLimitsResponse.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountLimitsResponse.Builder accountLimits(Collection<AccountLimit> accountLimits)
An array of AccountLimit objects that show the current spend limits.
accountLimits - An array of AccountLimit objects that show the current spend limits.DescribeAccountLimitsResponse.Builder accountLimits(AccountLimit... accountLimits)
An array of AccountLimit objects that show the current spend limits.
accountLimits - An array of AccountLimit objects that show the current spend limits.DescribeAccountLimitsResponse.Builder accountLimits(Consumer<AccountLimit.Builder>... accountLimits)
An array of AccountLimit objects that show the current spend limits.
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)
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
nextToken - The token to be used for the next set of paginated results. If this field is empty then there are no
more results.Copyright © 2023. All rights reserved.