Interface ListTypesRequest.Builder

    • Method Detail

      • nextToken

        ListTypesRequest.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.
      • maxResults

        ListTypesRequest.Builder maxResults​(Integer maxResults)

        The total number of types to return in the output. If the total number of types available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.

        Parameters:
        maxResults - The total number of types to return in the output. If the total number of types available is more than the value specified, a NextToken is provided in the output. 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.
      • keyspaceName

        ListTypesRequest.Builder keyspaceName​(String keyspaceName)

        The name of the keyspace that contains the listed types.

        Parameters:
        keyspaceName - The name of the keyspace that contains the listed types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.