Interface StartNotebookExportRequest.Builder

  • Method Details

    • domainIdentifier

      StartNotebookExportRequest.Builder domainIdentifier(String domainIdentifier)

      The identifier of the Amazon SageMaker Unified Studio domain in which to export the notebook.

      Parameters:
      domainIdentifier - The identifier of the Amazon SageMaker Unified Studio domain in which to export the notebook.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • notebookIdentifier

      StartNotebookExportRequest.Builder notebookIdentifier(String notebookIdentifier)

      The identifier of the notebook to export.

      Parameters:
      notebookIdentifier - The identifier of the notebook to export.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • owningProjectIdentifier

      StartNotebookExportRequest.Builder owningProjectIdentifier(String owningProjectIdentifier)

      The identifier of the project that owns the notebook.

      Parameters:
      owningProjectIdentifier - The identifier of the project that owns the notebook.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileFormat

      The file format for the notebook export. Valid values are PDF and IPYNB.

      Parameters:
      fileFormat - The file format for the notebook export. Valid values are PDF and IPYNB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fileFormat

      The file format for the notebook export. Valid values are PDF and IPYNB.

      Parameters:
      fileFormat - The file format for the notebook export. Valid values are PDF and IPYNB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • clientToken

      StartNotebookExportRequest.Builder clientToken(String clientToken)

      A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.

      Parameters:
      clientToken - A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      StartNotebookExportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.