public static interface AccountHealth.Builder extends SdkPojo, CopyableBuilder<AccountHealth.Builder,AccountHealth>
| Modifier and Type | Method and Description |
|---|---|
AccountHealth.Builder |
accountId(String accountId)
The ID of the Amazon Web Services account.
|
AccountHealth.Builder |
insight(AccountInsightHealth insight)
Information about the health of the Amazon Web Services resources in your account, including the number of
open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
|
default AccountHealth.Builder |
insight(Consumer<AccountInsightHealth.Builder> insight)
Information about the health of the Amazon Web Services resources in your account, including the number of
open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountHealth.Builder accountId(String accountId)
The ID of the Amazon Web Services account.
accountId - The ID of the Amazon Web Services account.AccountHealth.Builder insight(AccountInsightHealth insight)
Information about the health of the Amazon Web Services resources in your account, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
insight - Information about the health of the Amazon Web Services resources in your account, including the
number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed
insights.default AccountHealth.Builder insight(Consumer<AccountInsightHealth.Builder> insight)
Information about the health of the Amazon Web Services resources in your account, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
This is a convenience method that creates an instance of theAccountInsightHealth.Builder avoiding
the need to create one manually via AccountInsightHealth.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to insight(AccountInsightHealth).
insight - a consumer that will call methods on AccountInsightHealth.Builderinsight(AccountInsightHealth)Copyright © 2023. All rights reserved.