Interface BillingViewHealthStatus.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BillingViewHealthStatus.Builder,,BillingViewHealthStatus> SdkBuilder<BillingViewHealthStatus.Builder,,BillingViewHealthStatus> SdkPojo
- Enclosing class:
BillingViewHealthStatus
@Mutable
@NotThreadSafe
public static interface BillingViewHealthStatus.Builder
extends SdkPojo, CopyableBuilder<BillingViewHealthStatus.Builder,BillingViewHealthStatus>
-
Method Summary
Modifier and TypeMethodDescriptionstatusCode(String statusCodeValue) The current health status code of the billing view.statusCode(BillingViewStatus statusCodeValue) The current health status code of the billing view.statusReasons(Collection<BillingViewStatusReason> statusReasons) A list of reasons explaining the current health status, if applicable.statusReasons(BillingViewStatusReason... statusReasons) A list of reasons explaining the current health status, if applicable.statusReasonsWithStrings(String... statusReasons) A list of reasons explaining the current health status, if applicable.statusReasonsWithStrings(Collection<String> statusReasons) A list of reasons explaining the current health status, if applicable.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
statusCode
The current health status code of the billing view.
- Parameters:
statusCodeValue- The current health status code of the billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusCode
The current health status code of the billing view.
- Parameters:
statusCodeValue- The current health status code of the billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReasonsWithStrings
A list of reasons explaining the current health status, if applicable.
- Parameters:
statusReasons- A list of reasons explaining the current health status, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusReasonsWithStrings
A list of reasons explaining the current health status, if applicable.
- Parameters:
statusReasons- A list of reasons explaining the current health status, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusReasons
A list of reasons explaining the current health status, if applicable.
- Parameters:
statusReasons- A list of reasons explaining the current health status, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusReasons
A list of reasons explaining the current health status, if applicable.
- Parameters:
statusReasons- A list of reasons explaining the current health status, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-