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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SensitivityInspectionTemplateIncludes.BuilderallowListIds(String... allowListIds)An array of unique identifiers, one for each allow list to include.SensitivityInspectionTemplateIncludes.BuilderallowListIds(Collection<String> allowListIds)An array of unique identifiers, one for each allow list to include.SensitivityInspectionTemplateIncludes.BuildercustomDataIdentifierIds(String... customDataIdentifierIds)An array of unique identifiers, one for each custom data identifier to include.SensitivityInspectionTemplateIncludes.BuildercustomDataIdentifierIds(Collection<String> customDataIdentifierIds)An array of unique identifiers, one for each custom data identifier to include.SensitivityInspectionTemplateIncludes.BuildermanagedDataIdentifierIds(String... managedDataIdentifierIds)An array of unique identifiers, one for each managed data identifier to include.SensitivityInspectionTemplateIncludes.BuildermanagedDataIdentifierIds(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 Detail
-
allowListIds
SensitivityInspectionTemplateIncludes.Builder allowListIds(Collection<String> 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
SensitivityInspectionTemplateIncludes.Builder allowListIds(String... 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.
-
-