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 that contains enough information to identify the Cost Category.
|
ListCostCategoryDefinitionsResponse.Builder |
costCategoryReferences(Consumer<CostCategoryReference.Builder>... costCategoryReferences)
A reference to a Cost Category that contains enough information to identify the Cost Category.
|
ListCostCategoryDefinitionsResponse.Builder |
costCategoryReferences(CostCategoryReference... costCategoryReferences)
A reference to a Cost Category that contains 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 that contains enough information to identify the Cost Category.
costCategoryReferences - A reference to a Cost Category that contains enough information to identify the Cost Category.ListCostCategoryDefinitionsResponse.Builder costCategoryReferences(CostCategoryReference... costCategoryReferences)
A reference to a Cost Category that contains enough information to identify the Cost Category.
costCategoryReferences - A reference to a Cost Category that contains enough information to identify the Cost Category.ListCostCategoryDefinitionsResponse.Builder costCategoryReferences(Consumer<CostCategoryReference.Builder>... costCategoryReferences)
A reference to a Cost Category that contains enough information to identify the Cost Category.
This is a convenience method that creates an instance of theCostCategoryReference.Builder avoiding the need to
create one manually via
CostCategoryReference.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #costCategoryReferences(List.
costCategoryReferences - a consumer that will call methods on
CostCategoryReference.Builder#costCategoryReferences(java.util.Collection) 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 © 2022. All rights reserved.