Interface UpdateResourceProfileDetectionsRequest.Builder

    • Method Detail

      • resourceArn

        UpdateResourceProfileDetectionsRequest.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • suppressDataIdentifiers

        UpdateResourceProfileDetectionsRequest.Builder suppressDataIdentifiers​(Collection<SuppressDataIdentifier> suppressDataIdentifiers)

        An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.

        Parameters:
        suppressDataIdentifiers - An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • suppressDataIdentifiers

        UpdateResourceProfileDetectionsRequest.Builder suppressDataIdentifiers​(SuppressDataIdentifier... suppressDataIdentifiers)

        An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.

        Parameters:
        suppressDataIdentifiers - An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.