public static interface ListCostAllocationTagsRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<ListCostAllocationTagsRequest.Builder,ListCostAllocationTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCostAllocationTagsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of objects that are returned for this request.
|
ListCostAllocationTagsRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListCostAllocationTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCostAllocationTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCostAllocationTagsRequest.Builder |
status(CostAllocationTagStatus status)
The status of cost allocation tag keys that are returned for this request.
|
ListCostAllocationTagsRequest.Builder |
status(String status)
The status of cost allocation tag keys that are returned for this request.
|
ListCostAllocationTagsRequest.Builder |
tagKeys(Collection<String> tagKeys)
The list of cost allocation tag keys that are returned for this request.
|
ListCostAllocationTagsRequest.Builder |
tagKeys(String... tagKeys)
The list of cost allocation tag keys that are returned for this request.
|
ListCostAllocationTagsRequest.Builder |
type(CostAllocationTagType type)
The type of
CostAllocationTag object that are returned for this request. |
ListCostAllocationTagsRequest.Builder |
type(String type)
The type of
CostAllocationTag object that are returned for this request. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCostAllocationTagsRequest.Builder status(String status)
The status of cost allocation tag keys that are returned for this request.
status - The status of cost allocation tag keys that are returned for this request.CostAllocationTagStatus,
CostAllocationTagStatusListCostAllocationTagsRequest.Builder status(CostAllocationTagStatus status)
The status of cost allocation tag keys that are returned for this request.
status - The status of cost allocation tag keys that are returned for this request.CostAllocationTagStatus,
CostAllocationTagStatusListCostAllocationTagsRequest.Builder tagKeys(Collection<String> tagKeys)
The list of cost allocation tag keys that are returned for this request.
tagKeys - The list of cost allocation tag keys that are returned for this request.ListCostAllocationTagsRequest.Builder tagKeys(String... tagKeys)
The list of cost allocation tag keys that are returned for this request.
tagKeys - The list of cost allocation tag keys that are returned for this request.ListCostAllocationTagsRequest.Builder type(String type)
The type of CostAllocationTag object that are returned for this request. The
AWSGenerated type tags are tags that Amazon Web Services defines and applies to support Amazon
Web Services resources for cost allocation purposes. The UserDefined type tags are tags that you
define, create, and apply to resources.
type - The type of CostAllocationTag object that are returned for this request. The
AWSGenerated type tags are tags that Amazon Web Services defines and applies to support
Amazon Web Services resources for cost allocation purposes. The UserDefined type tags are
tags that you define, create, and apply to resources.CostAllocationTagType,
CostAllocationTagTypeListCostAllocationTagsRequest.Builder type(CostAllocationTagType type)
The type of CostAllocationTag object that are returned for this request. The
AWSGenerated type tags are tags that Amazon Web Services defines and applies to support Amazon
Web Services resources for cost allocation purposes. The UserDefined type tags are tags that you
define, create, and apply to resources.
type - The type of CostAllocationTag object that are returned for this request. The
AWSGenerated type tags are tags that Amazon Web Services defines and applies to support
Amazon Web Services resources for cost allocation purposes. The UserDefined type tags are
tags that you define, create, and apply to resources.CostAllocationTagType,
CostAllocationTagTypeListCostAllocationTagsRequest.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.ListCostAllocationTagsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects that are returned for this request. By default, the request returns 100 results.
maxResults - The maximum number of objects that are returned for this request. By default, the request returns 100
results.ListCostAllocationTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCostAllocationTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.