Interface ListWorkloadEstimateUsageResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BcmPricingCalculatorResponse.Builder,Buildable,CopyableBuilder<ListWorkloadEstimateUsageResponse.Builder,ListWorkloadEstimateUsageResponse>,SdkBuilder<ListWorkloadEstimateUsageResponse.Builder,ListWorkloadEstimateUsageResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListWorkloadEstimateUsageResponse
public static interface ListWorkloadEstimateUsageResponse.Builder extends BcmPricingCalculatorResponse.Builder, SdkPojo, CopyableBuilder<ListWorkloadEstimateUsageResponse.Builder,ListWorkloadEstimateUsageResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkloadEstimateUsageResponse.Builderitems(Collection<WorkloadEstimateUsageItem> items)The list of usage items associated with the workload estimate.ListWorkloadEstimateUsageResponse.Builderitems(Consumer<WorkloadEstimateUsageItem.Builder>... items)The list of usage items associated with the workload estimate.ListWorkloadEstimateUsageResponse.Builderitems(WorkloadEstimateUsageItem... items)The list of usage items associated with the workload estimate.ListWorkloadEstimateUsageResponse.BuildernextToken(String nextToken)A token to retrieve the next page of results, if any.-
Methods inherited from interface software.amazon.awssdk.services.bcmpricingcalculator.model.BcmPricingCalculatorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
items
ListWorkloadEstimateUsageResponse.Builder items(Collection<WorkloadEstimateUsageItem> items)
The list of usage items associated with the workload estimate.
- Parameters:
items- The list of usage items associated with the workload estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListWorkloadEstimateUsageResponse.Builder items(WorkloadEstimateUsageItem... items)
The list of usage items associated with the workload estimate.
- Parameters:
items- The list of usage items associated with the workload estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListWorkloadEstimateUsageResponse.Builder items(Consumer<WorkloadEstimateUsageItem.Builder>... items)
The list of usage items associated with the workload estimate.
This is a convenience method that creates an instance of theWorkloadEstimateUsageItem.Builderavoiding the need to create one manually viaWorkloadEstimateUsageItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#items(List.) - Parameters:
items- a consumer that will call methods onWorkloadEstimateUsageItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
ListWorkloadEstimateUsageResponse.Builder nextToken(String nextToken)
A token to retrieve the next page of results, if any.
- Parameters:
nextToken- A token to retrieve the next page of results, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-