Interface ListTypesResponse.Builder

    • Method Detail

      • nextToken

        ListTypesResponse.Builder nextToken​(String nextToken)

        The pagination token. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.

        Parameters:
        nextToken - The pagination token. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • types

        ListTypesResponse.Builder types​(Collection<String> types)

        The list of types contained in the specified keyspace.

        Parameters:
        types - The list of types contained in the specified keyspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • types

        ListTypesResponse.Builder types​(String... types)

        The list of types contained in the specified keyspace.

        Parameters:
        types - The list of types contained in the specified keyspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.