Interface SensitivityInspectionTemplateIncludes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SensitivityInspectionTemplateIncludes.Builder,
,SensitivityInspectionTemplateIncludes> SdkBuilder<SensitivityInspectionTemplateIncludes.Builder,
,SensitivityInspectionTemplateIncludes> SdkPojo
- Enclosing class:
SensitivityInspectionTemplateIncludes
-
Method Summary
Modifier and TypeMethodDescriptionallowListIds
(String... allowListIds) An array of unique identifiers, one for each allow list to include.allowListIds
(Collection<String> allowListIds) An array of unique identifiers, one for each allow list to include.customDataIdentifierIds
(String... customDataIdentifierIds) An array of unique identifiers, one for each custom data identifier to include.customDataIdentifierIds
(Collection<String> customDataIdentifierIds) An array of unique identifiers, one for each custom data identifier to include.managedDataIdentifierIds
(String... managedDataIdentifierIds) An array of unique identifiers, one for each managed data identifier to include.managedDataIdentifierIds
(Collection<String> managedDataIdentifierIds) An array of unique identifiers, one for each managed data identifier to include.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
-
allowListIds
An array of unique identifiers, one for each allow list to include.
- Parameters:
allowListIds
- An array of unique identifiers, one for each allow list to include.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowListIds
An array of unique identifiers, one for each allow list to include.
- Parameters:
allowListIds
- An array of unique identifiers, one for each allow list to include.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDataIdentifierIds
SensitivityInspectionTemplateIncludes.Builder customDataIdentifierIds(Collection<String> customDataIdentifierIds) An array of unique identifiers, one for each custom data identifier to include.
- Parameters:
customDataIdentifierIds
- An array of unique identifiers, one for each custom data identifier to include.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDataIdentifierIds
SensitivityInspectionTemplateIncludes.Builder customDataIdentifierIds(String... customDataIdentifierIds) An array of unique identifiers, one for each custom data identifier to include.
- Parameters:
customDataIdentifierIds
- An array of unique identifiers, one for each custom data identifier to include.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedDataIdentifierIds
SensitivityInspectionTemplateIncludes.Builder managedDataIdentifierIds(Collection<String> managedDataIdentifierIds) An array of unique identifiers, one for each managed data identifier to include.
Amazon Macie uses these managed data identifiers in addition to managed data identifiers that are subsequently released and recommended for automated sensitive data discovery. To retrieve a list of valid values for the managed data identifiers that are currently available, use the ListManagedDataIdentifiers operation.
- Parameters:
managedDataIdentifierIds
- An array of unique identifiers, one for each managed data identifier to include.Amazon Macie uses these managed data identifiers in addition to managed data identifiers that are subsequently released and recommended for automated sensitive data discovery. To retrieve a list of valid values for the managed data identifiers that are currently available, use the ListManagedDataIdentifiers operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedDataIdentifierIds
SensitivityInspectionTemplateIncludes.Builder managedDataIdentifierIds(String... managedDataIdentifierIds) An array of unique identifiers, one for each managed data identifier to include.
Amazon Macie uses these managed data identifiers in addition to managed data identifiers that are subsequently released and recommended for automated sensitive data discovery. To retrieve a list of valid values for the managed data identifiers that are currently available, use the ListManagedDataIdentifiers operation.
- Parameters:
managedDataIdentifierIds
- An array of unique identifiers, one for each managed data identifier to include.Amazon Macie uses these managed data identifiers in addition to managed data identifiers that are subsequently released and recommended for automated sensitive data discovery. To retrieve a list of valid values for the managed data identifiers that are currently available, use the ListManagedDataIdentifiers operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-