Interface InternalAccessAnalysisRuleCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InternalAccessAnalysisRuleCriteria.Builder,
,InternalAccessAnalysisRuleCriteria> SdkBuilder<InternalAccessAnalysisRuleCriteria.Builder,
,InternalAccessAnalysisRuleCriteria> SdkPojo
- Enclosing class:
InternalAccessAnalysisRuleCriteria
-
Method Summary
Modifier and TypeMethodDescriptionaccountIds
(String... accountIds) A list of Amazon Web Services account IDs to apply to the internal access analysis rule criteria.accountIds
(Collection<String> accountIds) A list of Amazon Web Services account IDs to apply to the internal access analysis rule criteria.resourceArns
(String... resourceArns) A list of resource ARNs to apply to the internal access analysis rule criteria.resourceArns
(Collection<String> resourceArns) A list of resource ARNs to apply to the internal access analysis rule criteria.resourceTypes
(Collection<ResourceType> resourceTypes) A list of resource types to apply to the internal access analysis rule criteria.resourceTypes
(ResourceType... resourceTypes) A list of resource types to apply to the internal access analysis rule criteria.resourceTypesWithStrings
(String... resourceTypes) A list of resource types to apply to the internal access analysis rule criteria.resourceTypesWithStrings
(Collection<String> resourceTypes) A list of resource types to apply to the internal access analysis rule criteria.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
-
accountIds
A list of Amazon Web Services account IDs to apply to the internal access analysis rule criteria. Account IDs can only be applied to the analysis rule criteria for organization-level analyzers.
- Parameters:
accountIds
- A list of Amazon Web Services account IDs to apply to the internal access analysis rule criteria. Account IDs can only be applied to the analysis rule criteria for organization-level analyzers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
A list of Amazon Web Services account IDs to apply to the internal access analysis rule criteria. Account IDs can only be applied to the analysis rule criteria for organization-level analyzers.
- Parameters:
accountIds
- A list of Amazon Web Services account IDs to apply to the internal access analysis rule criteria. Account IDs can only be applied to the analysis rule criteria for organization-level analyzers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypesWithStrings
InternalAccessAnalysisRuleCriteria.Builder resourceTypesWithStrings(Collection<String> resourceTypes) A list of resource types to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources of these types. These resource types are currently supported for internal access analyzers:
-
AWS::S3::Bucket
-
AWS::RDS::DBSnapshot
-
AWS::RDS::DBClusterSnapshot
-
AWS::S3Express::DirectoryBucket
-
AWS::DynamoDB::Table
-
AWS::DynamoDB::Stream
- Parameters:
resourceTypes
- A list of resource types to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources of these types. These resource types are currently supported for internal access analyzers:-
AWS::S3::Bucket
-
AWS::RDS::DBSnapshot
-
AWS::RDS::DBClusterSnapshot
-
AWS::S3Express::DirectoryBucket
-
AWS::DynamoDB::Table
-
AWS::DynamoDB::Stream
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
resourceTypesWithStrings
A list of resource types to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources of these types. These resource types are currently supported for internal access analyzers:
-
AWS::S3::Bucket
-
AWS::RDS::DBSnapshot
-
AWS::RDS::DBClusterSnapshot
-
AWS::S3Express::DirectoryBucket
-
AWS::DynamoDB::Table
-
AWS::DynamoDB::Stream
- Parameters:
resourceTypes
- A list of resource types to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources of these types. These resource types are currently supported for internal access analyzers:-
AWS::S3::Bucket
-
AWS::RDS::DBSnapshot
-
AWS::RDS::DBClusterSnapshot
-
AWS::S3Express::DirectoryBucket
-
AWS::DynamoDB::Table
-
AWS::DynamoDB::Stream
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
resourceTypes
A list of resource types to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources of these types. These resource types are currently supported for internal access analyzers:
-
AWS::S3::Bucket
-
AWS::RDS::DBSnapshot
-
AWS::RDS::DBClusterSnapshot
-
AWS::S3Express::DirectoryBucket
-
AWS::DynamoDB::Table
-
AWS::DynamoDB::Stream
- Parameters:
resourceTypes
- A list of resource types to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources of these types. These resource types are currently supported for internal access analyzers:-
AWS::S3::Bucket
-
AWS::RDS::DBSnapshot
-
AWS::RDS::DBClusterSnapshot
-
AWS::S3Express::DirectoryBucket
-
AWS::DynamoDB::Table
-
AWS::DynamoDB::Stream
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
resourceTypes
A list of resource types to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources of these types. These resource types are currently supported for internal access analyzers:
-
AWS::S3::Bucket
-
AWS::RDS::DBSnapshot
-
AWS::RDS::DBClusterSnapshot
-
AWS::S3Express::DirectoryBucket
-
AWS::DynamoDB::Table
-
AWS::DynamoDB::Stream
- Parameters:
resourceTypes
- A list of resource types to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources of these types. These resource types are currently supported for internal access analyzers:-
AWS::S3::Bucket
-
AWS::RDS::DBSnapshot
-
AWS::RDS::DBClusterSnapshot
-
AWS::S3Express::DirectoryBucket
-
AWS::DynamoDB::Table
-
AWS::DynamoDB::Stream
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
resourceArns
A list of resource ARNs to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources that match these ARNs.
- Parameters:
resourceArns
- A list of resource ARNs to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources that match these ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
A list of resource ARNs to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources that match these ARNs.
- Parameters:
resourceArns
- A list of resource ARNs to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources that match these ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-