public static interface ListUsageTotalsResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<ListUsageTotalsResponse.Builder,ListUsageTotalsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUsageTotalsResponse.Builder |
nextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
ListUsageTotalsResponse.Builder |
totals(Collection<UsageTotal> totals)
An object with details on the total usage for the requested account.
|
ListUsageTotalsResponse.Builder |
totals(Consumer<UsageTotal.Builder>... totals)
An object with details on the total usage for the requested account.
|
ListUsageTotalsResponse.Builder |
totals(UsageTotal... totals)
An object with details on the total usage for the requested account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsageTotalsResponse.Builder nextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
nextToken - The pagination parameter to be used on the next list operation to retrieve more items.ListUsageTotalsResponse.Builder totals(Collection<UsageTotal> totals)
An object with details on the total usage for the requested account.
totals - An object with details on the total usage for the requested account.ListUsageTotalsResponse.Builder totals(UsageTotal... totals)
An object with details on the total usage for the requested account.
totals - An object with details on the total usage for the requested account.ListUsageTotalsResponse.Builder totals(Consumer<UsageTotal.Builder>... totals)
An object with details on the total usage for the requested account.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #totals(List) .totals - a consumer that will call methods on List.Builder #totals(List) Copyright © 2022. All rights reserved.