public static interface GetTagsRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<GetTagsRequest.Builder,GetTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
default GetTagsRequest.Builder |
filter(Consumer<Expression.Builder> filter)
Sets the value of the Filter property for this object.
|
GetTagsRequest.Builder |
filter(Expression filter)
Sets the value of the Filter property for this object.
|
GetTagsRequest.Builder |
maxResults(Integer maxResults)
This field is only used when SortBy is provided in the request.
|
GetTagsRequest.Builder |
nextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
GetTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTagsRequest.Builder |
searchString(String searchString)
The value that you want to search for.
|
GetTagsRequest.Builder |
sortBy(Collection<SortDefinition> sortBy)
The value that you want to sort the data by.
|
GetTagsRequest.Builder |
sortBy(Consumer<SortDefinition.Builder>... sortBy)
The value that you want to sort the data by.
|
GetTagsRequest.Builder |
sortBy(SortDefinition... sortBy)
The value that you want to sort the data by.
|
GetTagsRequest.Builder |
tagKey(String tagKey)
The key of the tag that you want to return values for.
|
default GetTagsRequest.Builder |
timePeriod(Consumer<DateInterval.Builder> timePeriod)
The start and end dates for retrieving the dimension values.
|
GetTagsRequest.Builder |
timePeriod(DateInterval timePeriod)
The start and end dates for retrieving the dimension values.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTagsRequest.Builder searchString(String searchString)
The value that you want to search for.
searchString - The value that you want to search for.GetTagsRequest.Builder timePeriod(DateInterval timePeriod)
The start and end dates for retrieving the dimension values. The start date is inclusive, but the end date is
exclusive. For example, if start is 2017-01-01 and end is
2017-05-01, then the cost and usage data is retrieved from 2017-01-01 up to and
including 2017-04-30 but not including 2017-05-01.
timePeriod - The start and end dates for retrieving the dimension values. The start date is inclusive, but the end
date is exclusive. For example, if start is 2017-01-01 and end
is 2017-05-01, then the cost and usage data is retrieved from 2017-01-01 up
to and including 2017-04-30 but not including 2017-05-01.default GetTagsRequest.Builder timePeriod(Consumer<DateInterval.Builder> timePeriod)
The start and end dates for retrieving the dimension values. The start date is inclusive, but the end date is
exclusive. For example, if start is 2017-01-01 and end is
2017-05-01, then the cost and usage data is retrieved from 2017-01-01 up to and
including 2017-04-30 but not including 2017-05-01.
DateInterval.Builder avoiding the need
to create one manually via DateInterval.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to timePeriod(DateInterval).
timePeriod - a consumer that will call methods on DateInterval.BuildertimePeriod(DateInterval)GetTagsRequest.Builder tagKey(String tagKey)
The key of the tag that you want to return values for.
tagKey - The key of the tag that you want to return values for.GetTagsRequest.Builder filter(Expression filter)
filter - The new value for the Filter property for this object.default GetTagsRequest.Builder filter(Consumer<Expression.Builder> filter)
Expression.Builder avoiding the need to
create one manually via Expression.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to filter(Expression).
filter - a consumer that will call methods on Expression.Builderfilter(Expression)GetTagsRequest.Builder sortBy(Collection<SortDefinition> sortBy)
The value that you want to sort the data by.
The key represents cost and usage metrics. The following values are supported:
BlendedCost
UnblendedCost
AmortizedCost
NetAmortizedCost
NetUnblendedCost
UsageQuantity
NormalizedUsageAmount
The supported values for SortOrder are ASCENDING and DESCENDING.
When you use SortBy, NextPageToken and SearchString aren't supported.
sortBy - The value that you want to sort the data by.
The key represents cost and usage metrics. The following values are supported:
BlendedCost
UnblendedCost
AmortizedCost
NetAmortizedCost
NetUnblendedCost
UsageQuantity
NormalizedUsageAmount
The supported values for SortOrder are ASCENDING and DESCENDING
.
When you use SortBy, NextPageToken and SearchString aren't
supported.
GetTagsRequest.Builder sortBy(SortDefinition... sortBy)
The value that you want to sort the data by.
The key represents cost and usage metrics. The following values are supported:
BlendedCost
UnblendedCost
AmortizedCost
NetAmortizedCost
NetUnblendedCost
UsageQuantity
NormalizedUsageAmount
The supported values for SortOrder are ASCENDING and DESCENDING.
When you use SortBy, NextPageToken and SearchString aren't supported.
sortBy - The value that you want to sort the data by.
The key represents cost and usage metrics. The following values are supported:
BlendedCost
UnblendedCost
AmortizedCost
NetAmortizedCost
NetUnblendedCost
UsageQuantity
NormalizedUsageAmount
The supported values for SortOrder are ASCENDING and DESCENDING
.
When you use SortBy, NextPageToken and SearchString aren't
supported.
GetTagsRequest.Builder sortBy(Consumer<SortDefinition.Builder>... sortBy)
The value that you want to sort the data by.
The key represents cost and usage metrics. The following values are supported:
BlendedCost
UnblendedCost
AmortizedCost
NetAmortizedCost
NetUnblendedCost
UsageQuantity
NormalizedUsageAmount
The supported values for SortOrder are ASCENDING and DESCENDING.
When you use SortBy, NextPageToken and SearchString aren't supported.
SortDefinition.Builder avoiding the need to create
one manually via SortDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #sortBy(List.
sortBy - a consumer that will call methods on
SortDefinition.Builder#sortBy(java.util.Collection) GetTagsRequest.Builder maxResults(Integer maxResults)
This field is only used when SortBy is provided in the request. The maximum number of objects that are returned for this request. If MaxResults isn't specified with SortBy, the request returns 1000 results as the default value for this parameter.
For GetTags, MaxResults has an upper quota of 1000.
maxResults - This field is only used when SortBy is provided in the request. The maximum number of objects that are
returned for this request. If MaxResults isn't specified with SortBy, the request returns 1000 results
as the default value for this parameter.
For GetTags, MaxResults has an upper quota of 1000.
GetTagsRequest.Builder nextPageToken(String nextPageToken)
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.
nextPageToken - 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.GetTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.