public static interface GetCostCategoriesResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<GetCostCategoriesResponse.Builder,GetCostCategoriesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCostCategoriesResponse.Builder |
costCategoryNames(Collection<String> costCategoryNames)
The names of the Cost Categories.
|
GetCostCategoriesResponse.Builder |
costCategoryNames(String... costCategoryNames)
The names of the Cost Categories.
|
GetCostCategoriesResponse.Builder |
costCategoryValues(Collection<String> costCategoryValues)
The Cost Category values.
|
GetCostCategoriesResponse.Builder |
costCategoryValues(String... costCategoryValues)
The Cost Category values.
|
GetCostCategoriesResponse.Builder |
nextPageToken(String nextPageToken)
If the number of objects that are still available for retrieval exceeds the quota, Amazon Web Services
returns a NextPageToken value in the response.
|
GetCostCategoriesResponse.Builder |
returnSize(Integer returnSize)
The number of objects that are returned.
|
GetCostCategoriesResponse.Builder |
totalSize(Integer totalSize)
The total number of objects.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCostCategoriesResponse.Builder nextPageToken(String nextPageToken)
If the number of objects that are still available for retrieval exceeds the quota, Amazon Web Services returns a NextPageToken value in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextPageToken - If the number of objects that are still available for retrieval exceeds the quota, Amazon Web Services
returns a NextPageToken value in the response. To retrieve the next batch of objects, provide the
marker from the prior call in your next request.GetCostCategoriesResponse.Builder costCategoryNames(Collection<String> costCategoryNames)
The names of the Cost Categories.
costCategoryNames - The names of the Cost Categories.GetCostCategoriesResponse.Builder costCategoryNames(String... costCategoryNames)
The names of the Cost Categories.
costCategoryNames - The names of the Cost Categories.GetCostCategoriesResponse.Builder costCategoryValues(Collection<String> costCategoryValues)
The Cost Category values.
If the CostCategoryName key isn't specified in the request, the CostCategoryValues
fields aren't returned.
costCategoryValues - The Cost Category values.
If the CostCategoryName key isn't specified in the request, the
CostCategoryValues fields aren't returned.
GetCostCategoriesResponse.Builder costCategoryValues(String... costCategoryValues)
The Cost Category values.
If the CostCategoryName key isn't specified in the request, the CostCategoryValues
fields aren't returned.
costCategoryValues - The Cost Category values.
If the CostCategoryName key isn't specified in the request, the
CostCategoryValues fields aren't returned.
GetCostCategoriesResponse.Builder returnSize(Integer returnSize)
The number of objects that are returned.
returnSize - The number of objects that are returned.GetCostCategoriesResponse.Builder totalSize(Integer totalSize)
The total number of objects.
totalSize - The total number of objects.Copyright © 2022. All rights reserved.