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
Modifier and TypeMethodDescriptionThe ID of the Amazon Web Services account.lastGeneratedAt
(Instant lastGeneratedAt) The timestamp at which the finding for this account was last generated.totalFindings
(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, sdkFields
-
Method Details
-
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
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
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.
-