Interface S3ObjectDetail.Builder

    • Method Detail

      • objectArn

        S3ObjectDetail.Builder objectArn​(String objectArn)

        Amazon Resource Name (ARN) of the S3 object.

        Parameters:
        objectArn - Amazon Resource Name (ARN) of the S3 object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        S3ObjectDetail.Builder key​(String key)

        Key of the S3 object.

        Parameters:
        key - Key of the S3 object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eTag

        S3ObjectDetail.Builder eTag​(String eTag)

        The entity tag is a hash of the S3 object. The ETag reflects changes only to the contents of an object, and not its metadata.

        Parameters:
        eTag - The entity tag is a hash of the S3 object. The ETag reflects changes only to the contents of an object, and not its metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hash

        S3ObjectDetail.Builder hash​(String hash)

        Hash of the threat detected in this finding.

        Parameters:
        hash - Hash of the threat detected in this finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionId

        S3ObjectDetail.Builder versionId​(String versionId)

        Version ID of the object.

        Parameters:
        versionId - Version ID of the object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.