public static interface DescribeSpendLimitsResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DescribeSpendLimitsResponse.Builder,DescribeSpendLimitsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSpendLimitsResponse.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribeSpendLimitsResponse.Builder |
spendLimits(Collection<SpendLimit> spendLimits)
An array of SpendLimit objects that contain the details for the requested spend limits.
|
DescribeSpendLimitsResponse.Builder |
spendLimits(Consumer<SpendLimit.Builder>... spendLimits)
An array of SpendLimit objects that contain the details for the requested spend limits.
|
DescribeSpendLimitsResponse.Builder |
spendLimits(SpendLimit... spendLimits)
An array of SpendLimit objects that contain the details for the requested spend limits.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSpendLimitsResponse.Builder spendLimits(Collection<SpendLimit> spendLimits)
An array of SpendLimit objects that contain the details for the requested spend limits.
spendLimits - An array of SpendLimit objects that contain the details for the requested spend limits.DescribeSpendLimitsResponse.Builder spendLimits(SpendLimit... spendLimits)
An array of SpendLimit objects that contain the details for the requested spend limits.
spendLimits - An array of SpendLimit objects that contain the details for the requested spend limits.DescribeSpendLimitsResponse.Builder spendLimits(Consumer<SpendLimit.Builder>... spendLimits)
An array of SpendLimit objects that contain the details for the requested spend limits.
This is a convenience method that creates an instance of theSpendLimit.Builder avoiding the need to
create one manually via SpendLimit.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #spendLimits(List.
spendLimits - a consumer that will call methods on
SpendLimit.Builder#spendLimits(java.util.Collection) DescribeSpendLimitsResponse.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.