Interface BatchUpdateWorkloadEstimateUsageRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BcmPricingCalculatorRequest.Builder,Buildable,CopyableBuilder<BatchUpdateWorkloadEstimateUsageRequest.Builder,BatchUpdateWorkloadEstimateUsageRequest>,SdkBuilder<BatchUpdateWorkloadEstimateUsageRequest.Builder,BatchUpdateWorkloadEstimateUsageRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchUpdateWorkloadEstimateUsageRequest
public static interface BatchUpdateWorkloadEstimateUsageRequest.Builder extends BcmPricingCalculatorRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdateWorkloadEstimateUsageRequest.Builder,BatchUpdateWorkloadEstimateUsageRequest>
-
-
Method Summary
-
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
-
workloadEstimateId
BatchUpdateWorkloadEstimateUsageRequest.Builder workloadEstimateId(String workloadEstimateId)
The ID of the Workload estimate for which you want to modify the usage lines.
- Parameters:
workloadEstimateId- The ID of the Workload estimate for which you want to modify the usage lines.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usage
BatchUpdateWorkloadEstimateUsageRequest.Builder usage(Collection<BatchUpdateWorkloadEstimateUsageEntry> usage)
List of usage line amounts and usage group that you want to update in a Workload estimate identified by the usage ID.
- Parameters:
usage- List of usage line amounts and usage group that you want to update in a Workload estimate identified by the usage ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usage
BatchUpdateWorkloadEstimateUsageRequest.Builder usage(BatchUpdateWorkloadEstimateUsageEntry... usage)
List of usage line amounts and usage group that you want to update in a Workload estimate identified by the usage ID.
- Parameters:
usage- List of usage line amounts and usage group that you want to update in a Workload estimate identified by the usage ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usage
BatchUpdateWorkloadEstimateUsageRequest.Builder usage(Consumer<BatchUpdateWorkloadEstimateUsageEntry.Builder>... usage)
List of usage line amounts and usage group that you want to update in a Workload estimate identified by the usage ID.
This is a convenience method that creates an instance of theBatchUpdateWorkloadEstimateUsageEntry.Builderavoiding the need to create one manually viaBatchUpdateWorkloadEstimateUsageEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#usage(List.) - Parameters:
usage- a consumer that will call methods onBatchUpdateWorkloadEstimateUsageEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#usage(java.util.Collection)
-
overrideConfiguration
BatchUpdateWorkloadEstimateUsageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchUpdateWorkloadEstimateUsageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-