Interface AsyncInvokeS3OutputDataConfig.Builder

    • Method Detail

      • s3Uri

        AsyncInvokeS3OutputDataConfig.Builder s3Uri​(String s3Uri)

        An object URI starting with s3://.

        Parameters:
        s3Uri - An object URI starting with s3://.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyId

        AsyncInvokeS3OutputDataConfig.Builder kmsKeyId​(String kmsKeyId)

        A KMS encryption key ID.

        Parameters:
        kmsKeyId - A KMS encryption key ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bucketOwner

        AsyncInvokeS3OutputDataConfig.Builder bucketOwner​(String bucketOwner)

        If the bucket belongs to another AWS account, specify that account's ID.

        Parameters:
        bucketOwner - If the bucket belongs to another AWS account, specify that account's ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.