Interface ListLineageGroupsRequest.Builder

  • Method Details

    • createdAfter

      ListLineageGroupsRequest.Builder createdAfter(Instant createdAfter)

      A timestamp to filter against lineage groups created after a certain point in time.

      Parameters:
      createdAfter - A timestamp to filter against lineage groups created after a certain point in time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBefore

      ListLineageGroupsRequest.Builder createdBefore(Instant createdBefore)

      A timestamp to filter against lineage groups created before a certain point in time.

      Parameters:
      createdBefore - A timestamp to filter against lineage groups created before a certain point in time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sortBy

      The parameter by which to sort the results. The default is CreationTime.

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

      The parameter by which to sort the results. The default is CreationTime.

      Parameters:
      sortBy - The parameter by which to sort the 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 the results. The default is Ascending.

      Parameters:
      sortOrder - The sort order for the 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 the results. The default is Ascending.

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

      If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.

      Parameters:
      nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListLineageGroupsRequest.Builder maxResults(Integer maxResults)

      The maximum number of endpoints to return in the response. This value defaults to 10.

      Parameters:
      maxResults - The maximum number of endpoints to return in the response. This value defaults to 10.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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