Interface DeleteTypeResponse.Builder

    • Method Detail

      • keyspaceArn

        DeleteTypeResponse.Builder keyspaceArn​(String keyspaceArn)

        The unique identifier of the keyspace from which the type was deleted in the format of an Amazon Resource Name (ARN).

        Parameters:
        keyspaceArn - The unique identifier of the keyspace from which the type was deleted 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

        DeleteTypeResponse.Builder typeName​(String typeName)

        The name of the type that was deleted.

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