Interface ManagedDataIdentifierSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedDataIdentifierSummary.Builder,ManagedDataIdentifierSummary>,SdkBuilder<ManagedDataIdentifierSummary.Builder,ManagedDataIdentifierSummary>,SdkPojo
- Enclosing class:
- ManagedDataIdentifierSummary
public static interface ManagedDataIdentifierSummary.Builder extends SdkPojo, CopyableBuilder<ManagedDataIdentifierSummary.Builder,ManagedDataIdentifierSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedDataIdentifierSummary.Buildercategory(String category)The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.ManagedDataIdentifierSummary.Buildercategory(SensitiveDataItemCategory category)The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.ManagedDataIdentifierSummary.Builderid(String id)The unique identifier for the managed data identifier.-
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
-
category
ManagedDataIdentifierSummary.Builder category(String category)
The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.
- Parameters:
category- The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SensitiveDataItemCategory,SensitiveDataItemCategory
-
category
ManagedDataIdentifierSummary.Builder category(SensitiveDataItemCategory category)
The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.
- Parameters:
category- The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SensitiveDataItemCategory,SensitiveDataItemCategory
-
id
ManagedDataIdentifierSummary.Builder id(String id)
The unique identifier for the managed data identifier. This is a string that describes the type of sensitive data that the managed data identifier detects. For example: OPENSSH_PRIVATE_KEY for OpenSSH private keys, CREDIT_CARD_NUMBER for credit card numbers, or USA_PASSPORT_NUMBER for US passport numbers.
- Parameters:
id- The unique identifier for the managed data identifier. This is a string that describes the type of sensitive data that the managed data identifier detects. For example: OPENSSH_PRIVATE_KEY for OpenSSH private keys, CREDIT_CARD_NUMBER for credit card numbers, or USA_PASSPORT_NUMBER for US passport numbers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-