Interface S3DataAccessAssetSourceEntry.Builder

    • Method Detail

      • bucket

        S3DataAccessAssetSourceEntry.Builder bucket​(String bucket)

        The Amazon S3 bucket used for hosting shared data in the Amazon S3 data access.

        Parameters:
        bucket - The Amazon S3 bucket used for hosting shared data in the Amazon S3 data access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyPrefixes

        S3DataAccessAssetSourceEntry.Builder keyPrefixes​(Collection<String> keyPrefixes)

        Organizes Amazon S3 asset key prefixes stored in an Amazon S3 bucket.

        Parameters:
        keyPrefixes - Organizes Amazon S3 asset key prefixes stored in an Amazon S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyPrefixes

        S3DataAccessAssetSourceEntry.Builder keyPrefixes​(String... keyPrefixes)

        Organizes Amazon S3 asset key prefixes stored in an Amazon S3 bucket.

        Parameters:
        keyPrefixes - Organizes Amazon S3 asset key prefixes stored in an Amazon S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keys

        S3DataAccessAssetSourceEntry.Builder keys​(Collection<String> keys)

        The keys used to create the Amazon S3 data access.

        Parameters:
        keys - The keys used to create the Amazon S3 data access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keys

        S3DataAccessAssetSourceEntry.Builder keys​(String... keys)

        The keys used to create the Amazon S3 data access.

        Parameters:
        keys - The keys used to create the Amazon S3 data access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeysToGrant

        S3DataAccessAssetSourceEntry.Builder kmsKeysToGrant​(Collection<KmsKeyToGrant> kmsKeysToGrant)

        List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to encrypt S3 objects being shared in this S3 Data Access asset.

        Parameters:
        kmsKeysToGrant - List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to encrypt S3 objects being shared in this S3 Data Access asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeysToGrant

        S3DataAccessAssetSourceEntry.Builder kmsKeysToGrant​(KmsKeyToGrant... kmsKeysToGrant)

        List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to encrypt S3 objects being shared in this S3 Data Access asset.

        Parameters:
        kmsKeysToGrant - List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to encrypt S3 objects being shared in this S3 Data Access asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.