public static interface ListCostCategoryDefinitionsResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<ListCostCategoryDefinitionsResponse.Builder,ListCostCategoryDefinitionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCostCategoryDefinitionsResponse.Builder |
costCategoryReferences(Collection<CostCategoryReference> costCategoryReferences)
A reference to a Cost Category containing enough information to identify the Cost Category.
|
ListCostCategoryDefinitionsResponse.Builder |
costCategoryReferences(Consumer<CostCategoryReference.Builder>... costCategoryReferences)
A reference to a Cost Category containing enough information to identify the Cost Category.
|
ListCostCategoryDefinitionsResponse.Builder |
costCategoryReferences(CostCategoryReference... costCategoryReferences)
A reference to a Cost Category containing enough information to identify the Cost Category.
|
ListCostCategoryDefinitionsResponse.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCostCategoryDefinitionsResponse.Builder costCategoryReferences(Collection<CostCategoryReference> costCategoryReferences)
A reference to a Cost Category containing enough information to identify the Cost Category.
costCategoryReferences - A reference to a Cost Category containing enough information to identify the Cost Category.ListCostCategoryDefinitionsResponse.Builder costCategoryReferences(CostCategoryReference... costCategoryReferences)
A reference to a Cost Category containing enough information to identify the Cost Category.
costCategoryReferences - A reference to a Cost Category containing enough information to identify the Cost Category.ListCostCategoryDefinitionsResponse.Builder costCategoryReferences(Consumer<CostCategoryReference.Builder>... costCategoryReferences)
A reference to a Cost Category containing enough information to identify the Cost Category.
This is a convenience 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 #costCategoryReferences(List) .costCategoryReferences - a consumer that will call methods on List.Builder #costCategoryReferences(List) ListCostCategoryDefinitionsResponse.Builder nextToken(String nextToken)
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
nextToken - The token to retrieve the next set of results. Amazon Web Services provides the token when the
response from a previous call has more results than the maximum page size.Copyright © 2021. All rights reserved.