Class DescribeEntityRequest

    • Method Detail

      • connectionName

        public final String connectionName()

        The name of the connection that contains the connection type credentials.

        Returns:
        The name of the connection that contains the connection type credentials.
      • catalogId

        public final String catalogId()

        The catalog ID of the catalog that contains the connection. This can be null, By default, the Amazon Web Services Account ID is the catalog ID.

        Returns:
        The catalog ID of the catalog that contains the connection. This can be null, By default, the Amazon Web Services Account ID is the catalog ID.
      • entityName

        public final String entityName()

        The name of the entity that you want to describe from the connection type.

        Returns:
        The name of the entity that you want to describe from the connection type.
      • nextToken

        public final String nextToken()

        A continuation token, included if this is a continuation call.

        Returns:
        A continuation token, included if this is a continuation call.
      • dataStoreApiVersion

        public final String dataStoreApiVersion()

        The version of the API used for the data store.

        Returns:
        The version of the API used for the data store.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object