Interface BatchDeleteWorkloadEstimateUsageRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BcmPricingCalculatorRequest.Builder
,Buildable
,CopyableBuilder<BatchDeleteWorkloadEstimateUsageRequest.Builder,
,BatchDeleteWorkloadEstimateUsageRequest> SdkBuilder<BatchDeleteWorkloadEstimateUsageRequest.Builder,
,BatchDeleteWorkloadEstimateUsageRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
BatchDeleteWorkloadEstimateUsageRequest
@Mutable
@NotThreadSafe
public static interface BatchDeleteWorkloadEstimateUsageRequest.Builder
extends BcmPricingCalculatorRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteWorkloadEstimateUsageRequest.Builder,BatchDeleteWorkloadEstimateUsageRequest>
-
Method Summary
Modifier and TypeMethodDescriptionList of usage that you want to delete from the Workload estimate.ids
(Collection<String> ids) List of usage that you want to delete from the Workload estimate.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.workloadEstimateId
(String workloadEstimateId) The ID of the Workload estimate for which you want to delete the modeled usage.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.bcmpricingcalculator.model.BcmPricingCalculatorRequest.Builder
build
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
-
Method Details
-
workloadEstimateId
The ID of the Workload estimate for which you want to delete the modeled usage.
- Parameters:
workloadEstimateId
- The ID of the Workload estimate for which you want to delete the modeled usage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ids
List of usage that you want to delete from the Workload estimate.
- Parameters:
ids
- List of usage that you want to delete from the Workload estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ids
List of usage that you want to delete from the Workload estimate.
- Parameters:
ids
- List of usage that you want to delete from the Workload estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchDeleteWorkloadEstimateUsageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
BatchDeleteWorkloadEstimateUsageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-