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 theUsageTotal.Builder avoiding the need to create one
manually via UsageTotal.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #totals(List.
totals - a consumer that will call methods on
UsageTotal.Builder#totals(java.util.Collection) Copyright © 2023. All rights reserved.