Interface CreateTypeResponse.Builder

    • Method Detail

      • keyspaceArn

        CreateTypeResponse.Builder keyspaceArn​(String keyspaceArn)

        The unique identifier of the keyspace that contains the new type in the format of an Amazon Resource Name (ARN).

        Parameters:
        keyspaceArn - The unique identifier of the keyspace that contains the new type in the format of an Amazon Resource Name (ARN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • typeName

        CreateTypeResponse.Builder typeName​(String typeName)

        The formatted name of the user-defined type that was created. Note that Amazon Keyspaces requires the formatted name of the type for other operations, for example GetType.

        Parameters:
        typeName - The formatted name of the user-defined type that was created. Note that Amazon Keyspaces requires the formatted name of the type for other operations, for example GetType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.