Interface AccountStatistics.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountStatistics.Builder,AccountStatistics>,SdkBuilder<AccountStatistics.Builder,AccountStatistics>,SdkPojo
- Enclosing class:
- AccountStatistics
public static interface AccountStatistics.Builder extends SdkPojo, CopyableBuilder<AccountStatistics.Builder,AccountStatistics>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountStatistics.BuilderaccountId(String accountId)The ID of the Amazon Web Services account.AccountStatistics.BuilderlastGeneratedAt(Instant lastGeneratedAt)The timestamp at which the finding for this account was last generated.AccountStatistics.BuildertotalFindings(Integer totalFindings)The total number of findings associated with an account.-
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 Detail
-
accountId
AccountStatistics.Builder accountId(String accountId)
The ID of the Amazon Web Services account.
- Parameters:
accountId- The ID of the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastGeneratedAt
AccountStatistics.Builder lastGeneratedAt(Instant lastGeneratedAt)
The timestamp at which the finding for this account was last generated.
- Parameters:
lastGeneratedAt- The timestamp at which the finding for this account was last generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalFindings
AccountStatistics.Builder totalFindings(Integer totalFindings)
The total number of findings associated with an account.
- Parameters:
totalFindings- The total number of findings associated with an account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-