Interface BucketCountPolicyAllowsUnencryptedObjectUploads.Builder

    • Method Detail

      • allowsUnencryptedObjectUploads

        BucketCountPolicyAllowsUnencryptedObjectUploads.Builder allowsUnencryptedObjectUploads​(Long allowsUnencryptedObjectUploads)

        The total number of buckets that don't have a bucket policy or have a bucket policy that doesn't require server-side encryption of new objects. If a bucket policy exists, the policy doesn't require PutObject requests to include a valid server-side encryption header: the x-amz-server-side-encryption header with a value of AES256 or aws:kms, or the x-amz-server-side-encryption-customer-algorithm header with a value of AES256.

        Parameters:
        allowsUnencryptedObjectUploads - The total number of buckets that don't have a bucket policy or have a bucket policy that doesn't require server-side encryption of new objects. If a bucket policy exists, the policy doesn't require PutObject requests to include a valid server-side encryption header: the x-amz-server-side-encryption header with a value of AES256 or aws:kms, or the x-amz-server-side-encryption-customer-algorithm header with a value of AES256.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deniesUnencryptedObjectUploads

        BucketCountPolicyAllowsUnencryptedObjectUploads.Builder deniesUnencryptedObjectUploads​(Long deniesUnencryptedObjectUploads)

        The total number of buckets whose bucket policies require server-side encryption of new objects. PutObject requests for these buckets must include a valid server-side encryption header: the x-amz-server-side-encryption header with a value of AES256 or aws:kms, or the x-amz-server-side-encryption-customer-algorithm header with a value of AES256.

        Parameters:
        deniesUnencryptedObjectUploads - The total number of buckets whose bucket policies require server-side encryption of new objects. PutObject requests for these buckets must include a valid server-side encryption header: the x-amz-server-side-encryption header with a value of AES256 or aws:kms, or the x-amz-server-side-encryption-customer-algorithm header with a value of AES256.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unknown

        BucketCountPolicyAllowsUnencryptedObjectUploads.Builder unknown​(Long unknown)

        The total number of buckets that Amazon Macie wasn't able to evaluate server-side encryption requirements for. For example, the buckets' permissions settings or a quota prevented Macie from retrieving the requisite data. Macie can't determine whether bucket policies for the buckets require server-side encryption of new objects.

        Parameters:
        unknown - The total number of buckets that Amazon Macie wasn't able to evaluate server-side encryption requirements for. For example, the buckets' permissions settings or a quota prevented Macie from retrieving the requisite data. Macie can't determine whether bucket policies for the buckets require server-side encryption of new objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.