public static interface SensitivityInspectionTemplateIncludes.Builder extends SdkPojo, CopyableBuilder<SensitivityInspectionTemplateIncludes.Builder,SensitivityInspectionTemplateIncludes>
| Modifier and Type | Method and Description |
|---|---|
SensitivityInspectionTemplateIncludes.Builder |
allowListIds(Collection<String> allowListIds)
An array of unique identifiers, one for each allow list to include.
|
SensitivityInspectionTemplateIncludes.Builder |
allowListIds(String... allowListIds)
An array of unique identifiers, one for each allow list to include.
|
SensitivityInspectionTemplateIncludes.Builder |
customDataIdentifierIds(Collection<String> customDataIdentifierIds)
An array of unique identifiers, one for each custom data identifier to include.
|
SensitivityInspectionTemplateIncludes.Builder |
customDataIdentifierIds(String... customDataIdentifierIds)
An array of unique identifiers, one for each custom data identifier to include.
|
SensitivityInspectionTemplateIncludes.Builder |
managedDataIdentifierIds(Collection<String> managedDataIdentifierIds)
An array of unique identifiers, one for each managed data identifier to include.
|
SensitivityInspectionTemplateIncludes.Builder |
managedDataIdentifierIds(String... managedDataIdentifierIds)
An array of unique identifiers, one for each managed data identifier to include.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSensitivityInspectionTemplateIncludes.Builder allowListIds(Collection<String> allowListIds)
An array of unique identifiers, one for each allow list to include.
allowListIds - An array of unique identifiers, one for each allow list to include.SensitivityInspectionTemplateIncludes.Builder allowListIds(String... allowListIds)
An array of unique identifiers, one for each allow list to include.
allowListIds - An array of unique identifiers, one for each allow list to include.SensitivityInspectionTemplateIncludes.Builder customDataIdentifierIds(Collection<String> customDataIdentifierIds)
An array of unique identifiers, one for each custom data identifier to include.
customDataIdentifierIds - An array of unique identifiers, one for each custom data identifier to include.SensitivityInspectionTemplateIncludes.Builder customDataIdentifierIds(String... customDataIdentifierIds)
An array of unique identifiers, one for each custom data identifier to include.
customDataIdentifierIds - An array of unique identifiers, one for each custom data identifier to include.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.
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.
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.
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.
Copyright © 2023. All rights reserved.