Interface ListCostAllocationTagsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCostAllocationTagsRequest.Builder,ListCostAllocationTagsRequest>,CostExplorerRequest.Builder,SdkBuilder<ListCostAllocationTagsRequest.Builder,ListCostAllocationTagsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCostAllocationTagsRequest
public static interface ListCostAllocationTagsRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<ListCostAllocationTagsRequest.Builder,ListCostAllocationTagsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCostAllocationTagsRequest.BuildermaxResults(Integer maxResults)The maximum number of objects that are returned for this request.ListCostAllocationTagsRequest.BuildernextToken(String nextToken)The token to retrieve the next set of results.ListCostAllocationTagsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCostAllocationTagsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCostAllocationTagsRequest.Builderstatus(String status)The status of cost allocation tag keys that are returned for this request.ListCostAllocationTagsRequest.Builderstatus(CostAllocationTagStatus status)The status of cost allocation tag keys that are returned for this request.ListCostAllocationTagsRequest.BuildertagKeys(String... tagKeys)The list of cost allocation tag keys that are returned for this request.ListCostAllocationTagsRequest.BuildertagKeys(Collection<String> tagKeys)The list of cost allocation tag keys that are returned for this request.ListCostAllocationTagsRequest.Buildertype(String type)The type ofCostAllocationTagobject that are returned for this request.ListCostAllocationTagsRequest.Buildertype(CostAllocationTagType type)The type ofCostAllocationTagobject that are returned for this request.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.costexplorer.model.CostExplorerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
status
ListCostAllocationTagsRequest.Builder status(String status)
The status of cost allocation tag keys that are returned for this request.
- Parameters:
status- The status of cost allocation tag keys that are returned for this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CostAllocationTagStatus,CostAllocationTagStatus
-
status
ListCostAllocationTagsRequest.Builder status(CostAllocationTagStatus status)
The status of cost allocation tag keys that are returned for this request.
- Parameters:
status- The status of cost allocation tag keys that are returned for this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CostAllocationTagStatus,CostAllocationTagStatus
-
tagKeys
ListCostAllocationTagsRequest.Builder tagKeys(Collection<String> tagKeys)
The list of cost allocation tag keys that are returned for this request.
- Parameters:
tagKeys- The list of cost allocation tag keys that are returned for this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeys
ListCostAllocationTagsRequest.Builder tagKeys(String... tagKeys)
The list of cost allocation tag keys that are returned for this request.
- Parameters:
tagKeys- The list of cost allocation tag keys that are returned for this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
ListCostAllocationTagsRequest.Builder type(String type)
The type of
CostAllocationTagobject that are returned for this request. TheAWSGeneratedtype tags are tags that Amazon Web Services defines and applies to support Amazon Web Services resources for cost allocation purposes. TheUserDefinedtype tags are tags that you define, create, and apply to resources.- Parameters:
type- The type ofCostAllocationTagobject that are returned for this request. TheAWSGeneratedtype tags are tags that Amazon Web Services defines and applies to support Amazon Web Services resources for cost allocation purposes. TheUserDefinedtype tags are tags that you define, create, and apply to resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CostAllocationTagType,CostAllocationTagType
-
type
ListCostAllocationTagsRequest.Builder type(CostAllocationTagType type)
The type of
CostAllocationTagobject that are returned for this request. TheAWSGeneratedtype tags are tags that Amazon Web Services defines and applies to support Amazon Web Services resources for cost allocation purposes. TheUserDefinedtype tags are tags that you define, create, and apply to resources.- Parameters:
type- The type ofCostAllocationTagobject that are returned for this request. TheAWSGeneratedtype tags are tags that Amazon Web Services defines and applies to support Amazon Web Services resources for cost allocation purposes. TheUserDefinedtype tags are tags that you define, create, and apply to resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CostAllocationTagType,CostAllocationTagType
-
nextToken
ListCostAllocationTagsRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListCostAllocationTagsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects that are returned for this request. By default, the request returns 100 results.
- Parameters:
maxResults- The maximum number of objects that are returned for this request. By default, the request returns 100 results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCostAllocationTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCostAllocationTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-