Class BatchExecuteStatementResponse

    • Method Detail

      • clusterIdentifier

        public final String clusterIdentifier()

        The cluster identifier. This element is not returned when connecting to a serverless workgroup.

        Returns:
        The cluster identifier. This element is not returned when connecting to a serverless workgroup.
      • createdAt

        public final Instant createdAt()

        The date and time (UTC) the statement was created.

        Returns:
        The date and time (UTC) the statement was created.
      • database

        public final String database()

        The name of the database.

        Returns:
        The name of the database.
      • dbUser

        public final String dbUser()

        The database user name.

        Returns:
        The database user name.
      • id

        public final String id()

        The identifier of the SQL statement whose results are to be fetched. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. This identifier is returned by BatchExecuteStatment.

        Returns:
        The identifier of the SQL statement whose results are to be fetched. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. This identifier is returned by BatchExecuteStatment.
      • secretArn

        public final String secretArn()

        The name or ARN of the secret that enables access to the database.

        Returns:
        The name or ARN of the secret that enables access to the database.
      • workgroupName

        public final String workgroupName()

        The serverless workgroup name or Amazon Resource Name (ARN). This element is not returned when connecting to a provisioned cluster.

        Returns:
        The serverless workgroup name or Amazon Resource Name (ARN). This element is not returned when connecting to a provisioned cluster.
      • 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