Interface StartNotebookImportRequest.Builder

  • Method Details

    • domainIdentifier

      StartNotebookImportRequest.Builder domainIdentifier(String domainIdentifier)

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

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

      StartNotebookImportRequest.Builder owningProjectIdentifier(String owningProjectIdentifier)

      The identifier of the project that will own the imported notebook.

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

      StartNotebookImportRequest.Builder sourceLocation(SourceLocation sourceLocation)

      The source location of the notebook to import. This specifies the Amazon Simple Storage Service URI of the notebook file.

      Parameters:
      sourceLocation - The source location of the notebook to import. This specifies the Amazon Simple Storage Service URI of the notebook file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceLocation

      default StartNotebookImportRequest.Builder sourceLocation(Consumer<SourceLocation.Builder> sourceLocation)

      The source location of the notebook to import. This specifies the Amazon Simple Storage Service URI of the notebook file.

      This is a convenience method that creates an instance of the SourceLocation.Builder avoiding the need to create one manually via SourceLocation.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to sourceLocation(SourceLocation).

      Parameters:
      sourceLocation - a consumer that will call methods on SourceLocation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name of the imported notebook. The name must be between 1 and 256 characters.

      Parameters:
      name - The name of the imported notebook. The name must be between 1 and 256 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      StartNotebookImportRequest.Builder description(String description)

      The description of the imported notebook.

      Parameters:
      description - The description of the imported notebook.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      StartNotebookImportRequest.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

      StartNotebookImportRequest.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.