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 a type of sensitive data to exclude from the bucket's score. To include 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 a type of sensitive data to exclude from the bucket's score. To include 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 a type of sensitive data to exclude from the bucket's score. To include 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 a type of sensitive data to exclude from the bucket's score. To include 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.