Interface GetTypeRequest.Builder

    • Method Detail

      • keyspaceName

        GetTypeRequest.Builder keyspaceName​(String keyspaceName)

        The name of the keyspace that contains this type.

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

        GetTypeRequest.Builder typeName​(String typeName)

        The formatted name of the type. For example, if the name of the type was created without double quotes, Amazon Keyspaces saved the name in lower-case characters. If the name was created in double quotes, you must use double quotes to specify the type name.

        Parameters:
        typeName - The formatted name of the type. For example, if the name of the type was created without double quotes, Amazon Keyspaces saved the name in lower-case characters. If the name was created in double quotes, you must use double quotes to specify the type name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.