public static interface RootCause.Builder extends SdkPojo, CopyableBuilder<RootCause.Builder,RootCause>
| Modifier and Type | Method and Description |
|---|---|
RootCause.Builder |
linkedAccount(String linkedAccount)
The linked account value associated with the cost anomaly.
|
RootCause.Builder |
region(String region)
The AWS Region associated with the cost anomaly.
|
RootCause.Builder |
service(String service)
The AWS service name associated with the cost anomaly.
|
RootCause.Builder |
usageType(String usageType)
The
UsageType value associated with the cost anomaly. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRootCause.Builder service(String service)
The AWS service name associated with the cost anomaly.
service - The AWS service name associated with the cost anomaly.RootCause.Builder region(String region)
The AWS Region associated with the cost anomaly.
region - The AWS Region associated with the cost anomaly.RootCause.Builder linkedAccount(String linkedAccount)
The linked account value associated with the cost anomaly.
linkedAccount - The linked account value associated with the cost anomaly.RootCause.Builder usageType(String usageType)
The UsageType value associated with the cost anomaly.
usageType - The UsageType value associated with the cost anomaly.Copyright © 2021. All rights reserved.