Interface CreateNotebookRequest.Builder

  • Method Details

    • domainIdentifier

      CreateNotebookRequest.Builder domainIdentifier(String domainIdentifier)

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

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

      CreateNotebookRequest.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.
    • name

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

      Parameters:
      name - The name of the 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

      CreateNotebookRequest.Builder description(String description)

      The description of the notebook.

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

      The metadata for the notebook, specified as key-value pairs. You can specify up to 50 entries, with keys up to 128 characters and values up to 1024 characters.

      Parameters:
      metadata - The metadata for the notebook, specified as key-value pairs. You can specify up to 50 entries, with keys up to 128 characters and values up to 1024 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameters

      The sensitive parameters for the notebook, specified as key-value pairs. You can specify up to 50 entries, with keys up to 128 characters and values up to 1024 characters.

      Parameters:
      parameters - The sensitive parameters for the notebook, specified as key-value pairs. You can specify up to 50 entries, with keys up to 128 characters and values up to 1024 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

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

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