Interface ListNotebookRunsRequest.Builder

  • Method Details

    • domainIdentifier

      ListNotebookRunsRequest.Builder domainIdentifier(String domainIdentifier)

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

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

      ListNotebookRunsRequest.Builder owningProjectIdentifier(String owningProjectIdentifier)

      The identifier of the project that owns the notebook runs.

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

      ListNotebookRunsRequest.Builder notebookIdentifier(String notebookIdentifier)

      The identifier of the notebook to filter runs by.

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

      The status to filter notebook runs by.

      Parameters:
      status - The status to filter notebook runs by.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status to filter notebook runs by.

      Parameters:
      status - The status to filter notebook runs by.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • scheduleIdentifier

      ListNotebookRunsRequest.Builder scheduleIdentifier(String scheduleIdentifier)

      The identifier of the schedule to filter notebook runs by.

      Parameters:
      scheduleIdentifier - The identifier of the schedule to filter notebook runs by.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListNotebookRunsRequest.Builder maxResults(Integer maxResults)

      The maximum number of notebook runs to return in a single call. When the number of notebook runs exceeds the value of MaxResults, the response contains a NextToken value.

      Parameters:
      maxResults - The maximum number of notebook runs to return in a single call. When the number of notebook runs exceeds the value of MaxResults, the response contains a NextToken value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sortOrder

      The sort order for the results.

      Parameters:
      sortOrder - The sort order for the results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      The sort order for the results.

      Parameters:
      sortOrder - The sort order for the results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      When the number of notebook runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of notebook runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListNotebookRuns to list the next set of notebook runs.

      Parameters:
      nextToken - When the number of notebook runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of notebook runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListNotebookRuns to list the next set of notebook runs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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