Interface SensitivityInspectionTemplateIncludes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SensitivityInspectionTemplateIncludes.Builder,SensitivityInspectionTemplateIncludes>, SdkBuilder<SensitivityInspectionTemplateIncludes.Builder,SensitivityInspectionTemplateIncludes>, SdkPojo
Enclosing class:
SensitivityInspectionTemplateIncludes

public static interface SensitivityInspectionTemplateIncludes.Builder extends SdkPojo, CopyableBuilder<SensitivityInspectionTemplateIncludes.Builder,SensitivityInspectionTemplateIncludes>
  • 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.