Interface WorkflowExportConfig.Builder

  • Method Details

    • s3BucketName

      WorkflowExportConfig.Builder s3BucketName(String s3BucketName)

      The name of your Amazon S3 bucket, that Nova Act uses to export your workflow data. Note that the IAM role used to access Nova Act must also have write permissions to this bucket.

      Parameters:
      s3BucketName - The name of your Amazon S3 bucket, that Nova Act uses to export your workflow data. Note that the IAM role used to access Nova Act must also have write permissions to this bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3KeyPrefix

      WorkflowExportConfig.Builder s3KeyPrefix(String s3KeyPrefix)

      An optional prefix for Amazon S3 object keys to organize exported data.

      Parameters:
      s3KeyPrefix - An optional prefix for Amazon S3 object keys to organize exported data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.