public static interface ListCostAllocationTagsResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<ListCostAllocationTagsResponse.Builder,ListCostAllocationTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCostAllocationTagsResponse.Builder |
costAllocationTags(Collection<CostAllocationTag> costAllocationTags)
A list of cost allocation tags that includes the detailed metadata for each one.
|
ListCostAllocationTagsResponse.Builder |
costAllocationTags(Consumer<CostAllocationTag.Builder>... costAllocationTags)
A list of cost allocation tags that includes the detailed metadata for each one.
|
ListCostAllocationTagsResponse.Builder |
costAllocationTags(CostAllocationTag... costAllocationTags)
A list of cost allocation tags that includes the detailed metadata for each one.
|
ListCostAllocationTagsResponse.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCostAllocationTagsResponse.Builder costAllocationTags(Collection<CostAllocationTag> costAllocationTags)
A list of cost allocation tags that includes the detailed metadata for each one.
costAllocationTags - A list of cost allocation tags that includes the detailed metadata for each one.ListCostAllocationTagsResponse.Builder costAllocationTags(CostAllocationTag... costAllocationTags)
A list of cost allocation tags that includes the detailed metadata for each one.
costAllocationTags - A list of cost allocation tags that includes the detailed metadata for each one.ListCostAllocationTagsResponse.Builder costAllocationTags(Consumer<CostAllocationTag.Builder>... costAllocationTags)
A list of cost allocation tags that includes the detailed metadata for each one.
This is a convenience method that creates an instance of theCostAllocationTag.Builder avoiding the need to
create one manually via
CostAllocationTag.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #costAllocationTags(List.
costAllocationTags - a consumer that will call methods on
CostAllocationTag.Builder#costAllocationTags(java.util.Collection) ListCostAllocationTagsResponse.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.