Interface GetCostCategoriesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetCostCategoriesResponse.Builder,
,GetCostCategoriesResponse> CostExplorerResponse.Builder
,SdkBuilder<GetCostCategoriesResponse.Builder,
,GetCostCategoriesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetCostCategoriesResponse
-
Method Summary
Modifier and TypeMethodDescriptioncostCategoryNames
(String... costCategoryNames) The names of the Cost Categories.costCategoryNames
(Collection<String> costCategoryNames) The names of the Cost Categories.costCategoryValues
(String... costCategoryValues) The Cost Category values.costCategoryValues
(Collection<String> costCategoryValues) The Cost Category values.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.returnSize
(Integer returnSize) The number of objects that are returned.The total number of objects.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.costexplorer.model.CostExplorerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
costCategoryNames
The names of the Cost Categories.
- Parameters:
costCategoryNames
- The names of the Cost Categories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
costCategoryNames
The names of the Cost Categories.
- Parameters:
costCategoryNames
- The names of the Cost Categories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
costCategoryValues
The Cost Category values.
If the
CostCategoryName
key isn't specified in the request, theCostCategoryValues
fields aren't returned.- Parameters:
costCategoryValues
- The Cost Category values.If the
CostCategoryName
key isn't specified in the request, theCostCategoryValues
fields aren't returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
costCategoryValues
The Cost Category values.
If the
CostCategoryName
key isn't specified in the request, theCostCategoryValues
fields aren't returned.- Parameters:
costCategoryValues
- The Cost Category values.If the
CostCategoryName
key isn't specified in the request, theCostCategoryValues
fields aren't returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
returnSize
The number of objects that are returned.
- Parameters:
returnSize
- The number of objects that are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalSize
The total number of objects.
- Parameters:
totalSize
- The total number of objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-