Interface HealthStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HealthStatus.Builder,
,HealthStatus> SdkBuilder<HealthStatus.Builder,
,HealthStatus> SdkPojo
- Enclosing class:
HealthStatus
-
Method Summary
Modifier and TypeMethodDescriptionlastUpdatedTime
(Instant lastUpdatedTime) Sets the value of the LastUpdatedTime property for this object.The current status of the billing view resource.status
(HealthStatusValue status) The current status of the billing view resource.statusReason
(String statusReason) The reason for the current status.statusReason
(HealthStatusReason statusReason) The reason for the current status.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, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The current status of the billing view resource.
- Parameters:
status
- The current status of the billing view resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the billing view resource.
- Parameters:
status
- The current status of the billing view resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The reason for the current status.
-
BILLING_VIEW_NO_ACCESS
: The billing view resource does not grantbilling:GetBillingViewData
permission to this account. -
BILLING_VIEW_UNHEALTHY
: The billing view associated with the budget is unhealthy. -
FILTER_INVALID
: The filter contains reference to an account you do not have access to.
- Parameters:
statusReason
- The reason for the current status.-
BILLING_VIEW_NO_ACCESS
: The billing view resource does not grantbilling:GetBillingViewData
permission to this account. -
BILLING_VIEW_UNHEALTHY
: The billing view associated with the budget is unhealthy. -
FILTER_INVALID
: The filter contains reference to an account you do not have access to.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
statusReason
The reason for the current status.
-
BILLING_VIEW_NO_ACCESS
: The billing view resource does not grantbilling:GetBillingViewData
permission to this account. -
BILLING_VIEW_UNHEALTHY
: The billing view associated with the budget is unhealthy. -
FILTER_INVALID
: The filter contains reference to an account you do not have access to.
- Parameters:
statusReason
- The reason for the current status.-
BILLING_VIEW_NO_ACCESS
: The billing view resource does not grantbilling:GetBillingViewData
permission to this account. -
BILLING_VIEW_UNHEALTHY
: The billing view associated with the budget is unhealthy. -
FILTER_INVALID
: The filter contains reference to an account you do not have access to.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
lastUpdatedTime
Sets the value of the LastUpdatedTime property for this object.- Parameters:
lastUpdatedTime
- The new value for the LastUpdatedTime property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-