Interface ListEndpointConfigsRequest.Builder

    • Method Detail

      • sortOrder

        ListEndpointConfigsRequest.Builder sortOrder​(String sortOrder)

        The sort order for results. The default is Descending.

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

        ListEndpointConfigsRequest.Builder sortOrder​(OrderKey sortOrder)

        The sort order for results. The default is Descending.

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

        ListEndpointConfigsRequest.Builder nextToken​(String nextToken)

        If the result of the previous ListEndpointConfig request was truncated, the response includes a NextToken. To retrieve the next set of endpoint configurations, use the token in the next request.

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

        ListEndpointConfigsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of training jobs to return in the response.

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

        ListEndpointConfigsRequest.Builder nameContains​(String nameContains)

        A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.

        Parameters:
        nameContains - A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimeBefore

        ListEndpointConfigsRequest.Builder creationTimeBefore​(Instant creationTimeBefore)

        A filter that returns only endpoint configurations created before the specified time (timestamp).

        Parameters:
        creationTimeBefore - A filter that returns only endpoint configurations created before the specified time (timestamp).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimeAfter

        ListEndpointConfigsRequest.Builder creationTimeAfter​(Instant creationTimeAfter)

        A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).

        Parameters:
        creationTimeAfter - A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).
        Returns:
        Returns a reference to this object so that method calls can be chained together.