public static interface ProvideAnomalyFeedbackRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<ProvideAnomalyFeedbackRequest.Builder,ProvideAnomalyFeedbackRequest>
| Modifier and Type | Method and Description |
|---|---|
ProvideAnomalyFeedbackRequest.Builder |
anomalyId(String anomalyId)
A cost anomaly ID.
|
ProvideAnomalyFeedbackRequest.Builder |
feedback(AnomalyFeedbackType feedback)
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
|
ProvideAnomalyFeedbackRequest.Builder |
feedback(String feedback)
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
|
ProvideAnomalyFeedbackRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ProvideAnomalyFeedbackRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildProvideAnomalyFeedbackRequest.Builder anomalyId(String anomalyId)
A cost anomaly ID.
anomalyId - A cost anomaly ID.ProvideAnomalyFeedbackRequest.Builder feedback(String feedback)
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
feedback - Describes whether the cost anomaly was a planned activity or you considered it an anomaly.AnomalyFeedbackType,
AnomalyFeedbackTypeProvideAnomalyFeedbackRequest.Builder feedback(AnomalyFeedbackType feedback)
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
feedback - Describes whether the cost anomaly was a planned activity or you considered it an anomaly.AnomalyFeedbackType,
AnomalyFeedbackTypeProvideAnomalyFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderProvideAnomalyFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.