Interface OutputNotebookS3LocationFromInput.Builder

    • Method Detail

      • bucket

        OutputNotebookS3LocationFromInput.Builder bucket​(String bucket)

        The Amazon S3 bucket that stores the notebook execution output.

        Parameters:
        bucket - The Amazon S3 bucket that stores the notebook execution output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        OutputNotebookS3LocationFromInput.Builder key​(String key)

        The key to the Amazon S3 location that stores the notebook execution output.

        Parameters:
        key - The key to the Amazon S3 location that stores the notebook execution output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.