Interface ListEndpointsRequest.Builder

    • Method Detail

      • sortBy

        ListEndpointsRequest.Builder sortBy​(String sortBy)

        Sorts the list of results. The default is CreationTime.

        Parameters:
        sortBy - Sorts the list of results. The default is CreationTime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EndpointSortKey, EndpointSortKey
      • sortOrder

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

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

        ListEndpointsRequest.Builder nextToken​(String nextToken)

        If the result of a ListEndpoints request was truncated, the response includes a NextToken. To retrieve the next set of endpoints, use the token in the next request.

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

        ListEndpointsRequest.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.
      • nameContains

        ListEndpointsRequest.Builder nameContains​(String nameContains)

        A string in endpoint names. This filter returns only endpoints whose name contains the specified string.

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

        ListEndpointsRequest.Builder creationTimeBefore​(Instant creationTimeBefore)

        A filter that returns only endpoints that were created before the specified time (timestamp).

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

        ListEndpointsRequest.Builder creationTimeAfter​(Instant creationTimeAfter)

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

        Parameters:
        creationTimeAfter - A filter that returns only endpoints 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.
      • lastModifiedTimeBefore

        ListEndpointsRequest.Builder lastModifiedTimeBefore​(Instant lastModifiedTimeBefore)

        A filter that returns only endpoints that were modified before the specified timestamp.

        Parameters:
        lastModifiedTimeBefore - A filter that returns only endpoints that were modified before the specified timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTimeAfter

        ListEndpointsRequest.Builder lastModifiedTimeAfter​(Instant lastModifiedTimeAfter)

        A filter that returns only endpoints that were modified after the specified timestamp.

        Parameters:
        lastModifiedTimeAfter - A filter that returns only endpoints that were modified after the specified timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusEquals

        ListEndpointsRequest.Builder statusEquals​(String statusEquals)

        A filter that returns only endpoints with the specified status.

        Parameters:
        statusEquals - A filter that returns only endpoints with the specified status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EndpointStatus, EndpointStatus
      • statusEquals

        ListEndpointsRequest.Builder statusEquals​(EndpointStatus statusEquals)

        A filter that returns only endpoints with the specified status.

        Parameters:
        statusEquals - A filter that returns only endpoints with the specified status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EndpointStatus, EndpointStatus