Interface ListCompilationJobsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListCompilationJobsRequest.Builder,ListCompilationJobsRequest>, SageMakerRequest.Builder, SdkBuilder<ListCompilationJobsRequest.Builder,ListCompilationJobsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListCompilationJobsRequest

public static interface ListCompilationJobsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListCompilationJobsRequest.Builder,ListCompilationJobsRequest>
  • Method Details

    • nextToken

      If the result of the previous ListCompilationJobs request was truncated, the response includes a NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.

      Parameters:
      nextToken - If the result of the previous ListCompilationJobs request was truncated, the response includes a NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of model compilation jobs to return in the response.

      Parameters:
      maxResults - The maximum number of model compilation jobs to return in the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTimeAfter

      ListCompilationJobsRequest.Builder creationTimeAfter(Instant creationTimeAfter)

      A filter that returns the model compilation jobs that were created after a specified time.

      Parameters:
      creationTimeAfter - A filter that returns the model compilation jobs that were created after a specified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTimeBefore

      ListCompilationJobsRequest.Builder creationTimeBefore(Instant creationTimeBefore)

      A filter that returns the model compilation jobs that were created before a specified time.

      Parameters:
      creationTimeBefore - A filter that returns the model compilation jobs that were created before a specified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTimeAfter

      ListCompilationJobsRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)

      A filter that returns the model compilation jobs that were modified after a specified time.

      Parameters:
      lastModifiedTimeAfter - A filter that returns the model compilation jobs that were modified after a specified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTimeBefore

      ListCompilationJobsRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)

      A filter that returns the model compilation jobs that were modified before a specified time.

      Parameters:
      lastModifiedTimeBefore - A filter that returns the model compilation jobs that were modified before a specified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nameContains

      ListCompilationJobsRequest.Builder nameContains(String nameContains)

      A filter that returns the model compilation jobs whose name contains a specified string.

      Parameters:
      nameContains - A filter that returns the model compilation jobs whose name contains a specified string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusEquals

      ListCompilationJobsRequest.Builder statusEquals(String statusEquals)

      A filter that retrieves model compilation jobs with a specific CompilationJobStatus status.

      Parameters:
      statusEquals - A filter that retrieves model compilation jobs with a specific CompilationJobStatus status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusEquals

      A filter that retrieves model compilation jobs with a specific CompilationJobStatus status.

      Parameters:
      statusEquals - A filter that retrieves model compilation jobs with a specific CompilationJobStatus status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      The field by which to sort results. The default is CreationTime.

      Parameters:
      sortBy - The field by which to sort results. The default is CreationTime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      The field by which to sort results. The default is CreationTime.

      Parameters:
      sortBy - The field by which to sort results. The default is CreationTime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      The sort order for results. The default is Ascending.

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

      The sort order for results. The default is Ascending.

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

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