public static interface StartCostEstimationRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<StartCostEstimationRequest.Builder,StartCostEstimationRequest>
| Modifier and Type | Method and Description |
|---|---|
StartCostEstimationRequest.Builder |
clientToken(String clientToken)
The idempotency token used to identify each cost estimate request.
|
StartCostEstimationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartCostEstimationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default StartCostEstimationRequest.Builder |
resourceCollection(Consumer<CostEstimationResourceCollectionFilter.Builder> resourceCollection)
The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.
|
StartCostEstimationRequest.Builder |
resourceCollection(CostEstimationResourceCollectionFilter resourceCollection)
The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartCostEstimationRequest.Builder resourceCollection(CostEstimationResourceCollectionFilter resourceCollection)
The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.
resourceCollection - The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.default StartCostEstimationRequest.Builder resourceCollection(Consumer<CostEstimationResourceCollectionFilter.Builder> resourceCollection)
The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.
This is a convenience method that creates an instance of theCostEstimationResourceCollectionFilter.Builder avoiding the need to create one manually via
CostEstimationResourceCollectionFilter.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to resourceCollection(CostEstimationResourceCollectionFilter).
resourceCollection - a consumer that will call methods on CostEstimationResourceCollectionFilter.BuilderresourceCollection(CostEstimationResourceCollectionFilter)StartCostEstimationRequest.Builder clientToken(String clientToken)
The idempotency token used to identify each cost estimate request.
clientToken - The idempotency token used to identify each cost estimate request.StartCostEstimationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartCostEstimationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.