public static interface GetCostAndUsageWithResourcesResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<GetCostAndUsageWithResourcesResponse.Builder,GetCostAndUsageWithResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCostAndUsageWithResourcesResponse.Builder |
dimensionValueAttributes(Collection<DimensionValuesWithAttributes> dimensionValueAttributes)
The attributes that apply to a specific dimension value.
|
GetCostAndUsageWithResourcesResponse.Builder |
dimensionValueAttributes(Consumer<DimensionValuesWithAttributes.Builder>... dimensionValueAttributes)
The attributes that apply to a specific dimension value.
|
GetCostAndUsageWithResourcesResponse.Builder |
dimensionValueAttributes(DimensionValuesWithAttributes... dimensionValueAttributes)
The attributes that apply to a specific dimension value.
|
GetCostAndUsageWithResourcesResponse.Builder |
groupDefinitions(Collection<GroupDefinition> groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
GetCostAndUsageWithResourcesResponse.Builder |
groupDefinitions(Consumer<GroupDefinition.Builder>... groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
GetCostAndUsageWithResourcesResponse.Builder |
groupDefinitions(GroupDefinition... groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
GetCostAndUsageWithResourcesResponse.Builder |
nextPageToken(String nextPageToken)
The token for the next set of retrievable results.
|
GetCostAndUsageWithResourcesResponse.Builder |
resultsByTime(Collection<ResultByTime> resultsByTime)
The time period that is covered by the results in the response.
|
GetCostAndUsageWithResourcesResponse.Builder |
resultsByTime(Consumer<ResultByTime.Builder>... resultsByTime)
The time period that is covered by the results in the response.
|
GetCostAndUsageWithResourcesResponse.Builder |
resultsByTime(ResultByTime... resultsByTime)
The time period that is covered by the results in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCostAndUsageWithResourcesResponse.Builder nextPageToken(String nextPageToken)
The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.
nextPageToken - The token for the next set of retrievable results. AWS provides the token when the response from a
previous call has more results than the maximum page size.GetCostAndUsageWithResourcesResponse.Builder groupDefinitions(Collection<GroupDefinition> groupDefinitions)
The groups that are specified by the Filter or GroupBy parameters in the request.
groupDefinitions - The groups that are specified by the Filter or GroupBy parameters in the
request.GetCostAndUsageWithResourcesResponse.Builder groupDefinitions(GroupDefinition... groupDefinitions)
The groups that are specified by the Filter or GroupBy parameters in the request.
groupDefinitions - The groups that are specified by the Filter or GroupBy parameters in the
request.GetCostAndUsageWithResourcesResponse.Builder groupDefinitions(Consumer<GroupDefinition.Builder>... groupDefinitions)
The groups that are specified by the Filter or GroupBy parameters in the request.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #groupDefinitions(List) .groupDefinitions - a consumer that will call methods on List.Builder #groupDefinitions(List) GetCostAndUsageWithResourcesResponse.Builder resultsByTime(Collection<ResultByTime> resultsByTime)
The time period that is covered by the results in the response.
resultsByTime - The time period that is covered by the results in the response.GetCostAndUsageWithResourcesResponse.Builder resultsByTime(ResultByTime... resultsByTime)
The time period that is covered by the results in the response.
resultsByTime - The time period that is covered by the results in the response.GetCostAndUsageWithResourcesResponse.Builder resultsByTime(Consumer<ResultByTime.Builder>... resultsByTime)
The time period that is covered by the results in the response.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #resultsByTime(List) .resultsByTime - a consumer that will call methods on List.Builder #resultsByTime(List) GetCostAndUsageWithResourcesResponse.Builder dimensionValueAttributes(Collection<DimensionValuesWithAttributes> dimensionValueAttributes)
The attributes that apply to a specific dimension value. For example, if the value is a linked account, the attribute is that account name.
dimensionValueAttributes - The attributes that apply to a specific dimension value. For example, if the value is a linked
account, the attribute is that account name.GetCostAndUsageWithResourcesResponse.Builder dimensionValueAttributes(DimensionValuesWithAttributes... dimensionValueAttributes)
The attributes that apply to a specific dimension value. For example, if the value is a linked account, the attribute is that account name.
dimensionValueAttributes - The attributes that apply to a specific dimension value. For example, if the value is a linked
account, the attribute is that account name.GetCostAndUsageWithResourcesResponse.Builder dimensionValueAttributes(Consumer<DimensionValuesWithAttributes.Builder>... dimensionValueAttributes)
The attributes that apply to a specific dimension value. For example, if the value is a linked account, the attribute is that account name.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #dimensionValueAttributes(List) .dimensionValueAttributes - a consumer that will call methods on List.Builder #dimensionValueAttributes(List) Copyright © 2021. All rights reserved.