Interface FindingAggregationAccountDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FindingAggregationAccountDetails.Builder,
,FindingAggregationAccountDetails> SdkBuilder<FindingAggregationAccountDetails.Builder,
,FindingAggregationAccountDetails> SdkPojo
- Enclosing class:
FindingAggregationAccountDetails
@Mutable
@NotThreadSafe
public static interface FindingAggregationAccountDetails.Builder
extends SdkPojo, CopyableBuilder<FindingAggregationAccountDetails.Builder,FindingAggregationAccountDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Amazon Web Services account for which unused access finding details are provided.Provides the number of active findings for each type of unused access for the specified Amazon Web Services account.numberOfActiveFindings
(Integer numberOfActiveFindings) The number of active unused access findings for the specified Amazon Web Services 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 Details
-
account
The ID of the Amazon Web Services account for which unused access finding details are provided.
- Parameters:
account
- The ID of the Amazon Web Services account for which unused access finding details are provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfActiveFindings
The number of active unused access findings for the specified Amazon Web Services account.
- Parameters:
numberOfActiveFindings
- The number of active unused access findings for the specified Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
details
Provides the number of active findings for each type of unused access for the specified Amazon Web Services account.
- Parameters:
details
- Provides the number of active findings for each type of unused access for the specified Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-