Interface ListAdaptersRequest.Builder

    • Method Detail

      • afterCreationTime

        ListAdaptersRequest.Builder afterCreationTime​(Instant afterCreationTime)

        Specifies the lower bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created after the specified creation time.

        Parameters:
        afterCreationTime - Specifies the lower bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created after the specified creation time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • beforeCreationTime

        ListAdaptersRequest.Builder beforeCreationTime​(Instant beforeCreationTime)

        Specifies the upper bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created before the specified creation time.

        Parameters:
        beforeCreationTime - Specifies the upper bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created before the specified creation time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListAdaptersRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return when listing adapters.

        Parameters:
        maxResults - The maximum number of results to return when listing adapters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAdaptersRequest.Builder nextToken​(String nextToken)

        Identifies the next page of results to return when listing adapters.

        Parameters:
        nextToken - Identifies the next page of results to return when listing adapters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.