Uses of Interface
software.amazon.awssdk.services.costexplorer.model.RootCause.Builder
-
Packages that use RootCause.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of RootCause.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return RootCause.Builder Modifier and Type Method Description static RootCause.BuilderRootCause. builder()RootCause.BuilderRootCause.Builder. linkedAccount(String linkedAccount)The member account value that's associated with the cost anomaly.RootCause.BuilderRootCause.Builder. linkedAccountName(String linkedAccountName)The member account name value that's associated with the cost anomaly.RootCause.BuilderRootCause.Builder. region(String region)The Amazon Web Services Region that's associated with the cost anomaly.RootCause.BuilderRootCause.Builder. service(String service)The Amazon Web Service name that's associated with the cost anomaly.RootCause.BuilderRootCause. toBuilder()RootCause.BuilderRootCause.Builder. usageType(String usageType)TheUsageTypevalue that's associated with the cost anomaly.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type RootCause.Builder Modifier and Type Method Description static Class<? extends RootCause.Builder>RootCause. serializableBuilderClass()
-