Interface SelfGrantStatusDetail.Builder

    • Method Detail

      • databaseName

        SelfGrantStatusDetail.Builder databaseName​(String databaseName)

        The name of the database used for the data source.

        Parameters:
        databaseName - The name of the database used for the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureCause

        SelfGrantStatusDetail.Builder failureCause​(String failureCause)

        The reason for why the operation failed.

        Parameters:
        failureCause - The reason for why the operation failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaName

        SelfGrantStatusDetail.Builder schemaName​(String schemaName)

        The name of the schema used in the data source.

        Parameters:
        schemaName - The name of the schema used in the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.