public static interface DescribeCostCategoryDefinitionResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<DescribeCostCategoryDefinitionResponse.Builder,DescribeCostCategoryDefinitionResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeCostCategoryDefinitionResponse.Builder |
costCategory(Consumer<CostCategory.Builder> costCategory)
Sets the value of the CostCategory property for this object.
|
DescribeCostCategoryDefinitionResponse.Builder |
costCategory(CostCategory costCategory)
Sets the value of the CostCategory property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCostCategoryDefinitionResponse.Builder costCategory(CostCategory costCategory)
costCategory - The new value for the CostCategory property for this object.default DescribeCostCategoryDefinitionResponse.Builder costCategory(Consumer<CostCategory.Builder> costCategory)
CostCategory.Builder avoiding the need to
create one manually via CostCategory.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to costCategory(CostCategory).costCategory - a consumer that will call methods on CostCategory.BuildercostCategory(CostCategory)Copyright © 2021. All rights reserved.