Interface ListAdapterVersionsRequest.Builder

    • Method Detail

      • adapterId

        ListAdapterVersionsRequest.Builder adapterId​(String adapterId)

        A string containing a unique ID for the adapter to match for when listing adapter versions.

        Parameters:
        adapterId - A string containing a unique ID for the adapter to match for when listing adapter versions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • afterCreationTime

        ListAdapterVersionsRequest.Builder afterCreationTime​(Instant afterCreationTime)

        Specifies the lower bound for the ListAdapterVersions operation. Ensures ListAdapterVersions returns only adapter versions created after the specified creation time.

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

        ListAdapterVersionsRequest.Builder beforeCreationTime​(Instant beforeCreationTime)

        Specifies the upper bound for the ListAdapterVersions operation. Ensures ListAdapterVersions returns only adapter versions created after the specified creation time.

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

        ListAdapterVersionsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return when listing adapter versions.

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

        ListAdapterVersionsRequest.Builder nextToken​(String nextToken)

        Identifies the next page of results to return when listing adapter versions.

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