Interface ScanFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScanFilter.Builder,,ScanFilter> SdkBuilder<ScanFilter.Builder,,ScanFilter> SdkPojo
- Enclosing class:
- ScanFilter
-
Method Summary
Modifier and TypeMethodDescriptionAn array of strings where each string represents an Amazon Web Services resource type you want to scan.types(Collection<String> types) An array of strings where each string represents an Amazon Web Services resource type you want to scan.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
types
An array of strings where each string represents an Amazon Web Services resource type you want to scan. Each string defines the resource type using the format
AWS::ServiceName::ResourceType, for example,AWS::DynamoDB::Table. For the full list of supported resource types, see the Resource type support table in the CloudFormation User Guide.To scan all resource types within a service, you can use a wildcard, represented by an asterisk (
*). You can place an asterisk at only the end of the string, for example,AWS::S3::*.- Parameters:
types- An array of strings where each string represents an Amazon Web Services resource type you want to scan. Each string defines the resource type using the formatAWS::ServiceName::ResourceType, for example,AWS::DynamoDB::Table. For the full list of supported resource types, see the Resource type support table in the CloudFormation User Guide.To scan all resource types within a service, you can use a wildcard, represented by an asterisk (
*). You can place an asterisk at only the end of the string, for example,AWS::S3::*.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
An array of strings where each string represents an Amazon Web Services resource type you want to scan. Each string defines the resource type using the format
AWS::ServiceName::ResourceType, for example,AWS::DynamoDB::Table. For the full list of supported resource types, see the Resource type support table in the CloudFormation User Guide.To scan all resource types within a service, you can use a wildcard, represented by an asterisk (
*). You can place an asterisk at only the end of the string, for example,AWS::S3::*.- Parameters:
types- An array of strings where each string represents an Amazon Web Services resource type you want to scan. Each string defines the resource type using the formatAWS::ServiceName::ResourceType, for example,AWS::DynamoDB::Table. For the full list of supported resource types, see the Resource type support table in the CloudFormation User Guide.To scan all resource types within a service, you can use a wildcard, represented by an asterisk (
*). You can place an asterisk at only the end of the string, for example,AWS::S3::*.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-