Interface BatchDeleteBillScenarioUsageModificationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BcmPricingCalculatorRequest.Builder,Buildable,CopyableBuilder<BatchDeleteBillScenarioUsageModificationRequest.Builder,BatchDeleteBillScenarioUsageModificationRequest>,SdkBuilder<BatchDeleteBillScenarioUsageModificationRequest.Builder,BatchDeleteBillScenarioUsageModificationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchDeleteBillScenarioUsageModificationRequest
public static interface BatchDeleteBillScenarioUsageModificationRequest.Builder extends BcmPricingCalculatorRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteBillScenarioUsageModificationRequest.Builder,BatchDeleteBillScenarioUsageModificationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteBillScenarioUsageModificationRequest.BuilderbillScenarioId(String billScenarioId)The ID of the Bill Scenario for which you want to delete the modeled usage.BatchDeleteBillScenarioUsageModificationRequest.Builderids(String... ids)List of usage that you want to delete from the Bill Scenario.BatchDeleteBillScenarioUsageModificationRequest.Builderids(Collection<String> ids)List of usage that you want to delete from the Bill Scenario.BatchDeleteBillScenarioUsageModificationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteBillScenarioUsageModificationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
billScenarioId
BatchDeleteBillScenarioUsageModificationRequest.Builder billScenarioId(String billScenarioId)
The ID of the Bill Scenario for which you want to delete the modeled usage.
- Parameters:
billScenarioId- The ID of the Bill Scenario 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
BatchDeleteBillScenarioUsageModificationRequest.Builder ids(Collection<String> ids)
List of usage that you want to delete from the Bill Scenario.
- Parameters:
ids- List of usage that you want to delete from the Bill Scenario.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ids
BatchDeleteBillScenarioUsageModificationRequest.Builder ids(String... ids)
List of usage that you want to delete from the Bill Scenario.
- Parameters:
ids- List of usage that you want to delete from the Bill Scenario.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchDeleteBillScenarioUsageModificationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchDeleteBillScenarioUsageModificationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-