Interface BucketCountBySharedAccessType.Builder

    • Method Detail

      • external

        BucketCountBySharedAccessType.Builder external​(Long external)

        The total number of buckets that are shared with one or more of the following or any combination of the following: an Amazon CloudFront OAI, a CloudFront OAC, or an Amazon Web Services account that isn't in the same Amazon Macie organization.

        Parameters:
        external - The total number of buckets that are shared with one or more of the following or any combination of the following: an Amazon CloudFront OAI, a CloudFront OAC, or an Amazon Web Services account that isn't in the same Amazon Macie organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • internal

        BucketCountBySharedAccessType.Builder internal​(Long internal)

        The total number of buckets that are shared with one or more Amazon Web Services accounts in the same Amazon Macie organization. These buckets aren't shared with Amazon CloudFront OAIs or OACs.

        Parameters:
        internal - The total number of buckets that are shared with one or more Amazon Web Services accounts in the same Amazon Macie organization. These buckets aren't shared with Amazon CloudFront OAIs or OACs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notShared

        BucketCountBySharedAccessType.Builder notShared​(Long notShared)

        The total number of buckets that aren't shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.

        Parameters:
        notShared - The total number of buckets that aren't shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unknown

        BucketCountBySharedAccessType.Builder unknown​(Long unknown)

        The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. For example, the buckets' permissions settings or a quota prevented Macie from retrieving the requisite data. Macie can't determine whether the buckets are shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.

        Parameters:
        unknown - The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. For example, the buckets' permissions settings or a quota prevented Macie from retrieving the requisite data. Macie can't determine whether the buckets are shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.