Interface DlpSettingSummary.Builder

  • Method Details

    • dlpSettingId

      DlpSettingSummary.Builder dlpSettingId(String dlpSettingId)

      The ID of the DLP setting.

      Parameters:
      dlpSettingId - The ID of the DLP setting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The display name of the DLP setting.

      Parameters:
      name - The display name of the DLP setting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the DLP setting.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the DLP setting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the DLP setting. Valid values are ACTIVE and INACTIVE.

      Parameters:
      status - The status of the DLP setting. Valid values are ACTIVE and INACTIVE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the DLP setting. Valid values are ACTIVE and INACTIVE.

      Parameters:
      status - The status of the DLP setting. Valid values are ACTIVE and INACTIVE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • providerType

      DlpSettingSummary.Builder providerType(String providerType)

      The type of external DLP provider used for sensitivity label classification.

      Parameters:
      providerType - The type of external DLP provider used for sensitivity label classification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • providerType

      DlpSettingSummary.Builder providerType(DlpProviderType providerType)

      The type of external DLP provider used for sensitivity label classification.

      Parameters:
      providerType - The type of external DLP provider used for sensitivity label classification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      DlpSettingSummary.Builder createdAt(Instant createdAt)

      The date and time that the DLP setting was created, in ISO 8601 format.

      Parameters:
      createdAt - The date and time that the DLP setting was created, in ISO 8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      DlpSettingSummary.Builder updatedAt(Instant updatedAt)

      The date and time that the DLP setting was most recently updated, in ISO 8601 format.

      Parameters:
      updatedAt - The date and time that the DLP setting was most recently updated, in ISO 8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.