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 limit, AWS returns a
NextPageToken value in the response.
|
GetCostCategoriesResponse.Builder |
returnSize(Integer returnSize)
The number of objects 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 limit, AWS 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 limit, AWS 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.
CostCategoryValues are not returned if CostCategoryName is not specified in the
request.
costCategoryValues - The Cost Category values.
CostCategoryValues are not returned if CostCategoryName is not specified in
the request.
GetCostCategoriesResponse.Builder costCategoryValues(String... costCategoryValues)
The Cost Category values.
CostCategoryValues are not returned if CostCategoryName is not specified in the
request.
costCategoryValues - The Cost Category values.
CostCategoryValues are not returned if CostCategoryName is not specified in
the request.
GetCostCategoriesResponse.Builder returnSize(Integer returnSize)
The number of objects returned.
returnSize - The number of objects returned.GetCostCategoriesResponse.Builder totalSize(Integer totalSize)
The total number of objects.
totalSize - The total number of objects.Copyright © 2021. All rights reserved.