public static interface RootCause.Builder extends SdkPojo, CopyableBuilder<RootCause.Builder,RootCause>
| Modifier and Type | Method and Description |
|---|---|
RootCause.Builder |
linkedAccount(String linkedAccount)
The member account value that's associated with the cost anomaly.
|
RootCause.Builder |
region(String region)
The Amazon Web Services Region that's associated with the cost anomaly.
|
RootCause.Builder |
service(String service)
The Amazon Web Service name that's associated with the cost anomaly.
|
RootCause.Builder |
usageType(String usageType)
The
UsageType value that's associated with the cost anomaly. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRootCause.Builder service(String service)
The Amazon Web Service name that's associated with the cost anomaly.
service - The Amazon Web Service name that's associated with the cost anomaly.RootCause.Builder region(String region)
The Amazon Web Services Region that's associated with the cost anomaly.
region - The Amazon Web Services Region that's associated with the cost anomaly.RootCause.Builder linkedAccount(String linkedAccount)
The member account value that's associated with the cost anomaly.
linkedAccount - The member account value that's associated with the cost anomaly.RootCause.Builder usageType(String usageType)
The UsageType value that's associated with the cost anomaly.
usageType - The UsageType value that's associated with the cost anomaly.Copyright © 2022. All rights reserved.