Interface ListDlpSettingsResponse.Builder

  • Method Details

    • dlpSettingSummaries

      ListDlpSettingsResponse.Builder dlpSettingSummaries(Collection<DlpSettingSummary> dlpSettingSummaries)

      A list of DlpSettingSummary objects for the DLP settings in the account. The list is empty if no DLP settings have been configured.

      Parameters:
      dlpSettingSummaries - A list of DlpSettingSummary objects for the DLP settings in the account. The list is empty if no DLP settings have been configured.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dlpSettingSummaries

      ListDlpSettingsResponse.Builder dlpSettingSummaries(DlpSettingSummary... dlpSettingSummaries)

      A list of DlpSettingSummary objects for the DLP settings in the account. The list is empty if no DLP settings have been configured.

      Parameters:
      dlpSettingSummaries - A list of DlpSettingSummary objects for the DLP settings in the account. The list is empty if no DLP settings have been configured.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dlpSettingSummaries

      ListDlpSettingsResponse.Builder dlpSettingSummaries(Consumer<DlpSettingSummary.Builder>... dlpSettingSummaries)

      A list of DlpSettingSummary objects for the DLP settings in the account. The list is empty if no DLP settings have been configured.

      This is a convenience method that creates an instance of the DlpSettingSummary.Builder avoiding the need to create one manually via DlpSettingSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dlpSettingSummaries(List<DlpSettingSummary>).

      Parameters:
      dlpSettingSummaries - a consumer that will call methods on DlpSettingSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The token for the next set of results, or null if there are no more results.

      Parameters:
      nextToken - The token for the next set of results, or null if there are no more results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requestId

      The Amazon Web Services request ID for this operation.

      Parameters:
      requestId - The Amazon Web Services request ID for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.