Interface RootCause.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RootCause.Builder,
,RootCause> SdkBuilder<RootCause.Builder,
,RootCause> SdkPojo
- Enclosing class:
RootCause
public static interface RootCause.Builder
extends SdkPojo, CopyableBuilder<RootCause.Builder,RootCause>
-
Method Summary
Modifier and TypeMethodDescriptionlinkedAccount
(String linkedAccount) The member account value that's associated with the cost anomaly.linkedAccountName
(String linkedAccountName) The member account name value that's associated with the cost anomaly.The Amazon Web Services Region that's associated with the cost anomaly.The Amazon Web Servicesservice name that's associated with the cost anomaly.TheUsageType
value that's associated with the cost anomaly.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
service
The Amazon Web Servicesservice name that's associated with the cost anomaly.
- Parameters:
service
- The Amazon Web Servicesservice name that's associated with the cost anomaly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
The Amazon Web Services Region that's associated with the cost anomaly.
- Parameters:
region
- The Amazon Web Services Region that's associated with the cost anomaly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkedAccount
The member account value that's associated with the cost anomaly.
- Parameters:
linkedAccount
- The member account value that's associated with the cost anomaly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usageType
The
UsageType
value that's associated with the cost anomaly.- Parameters:
usageType
- TheUsageType
value that's associated with the cost anomaly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkedAccountName
The member account name value that's associated with the cost anomaly.
- Parameters:
linkedAccountName
- The member account name value that's associated with the cost anomaly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-